Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.2 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.2 KB

Minecraft Shaders DevTools

minecraft-shaders-devtools

minecraft-shaders-devtools is a vecode extension that provides lots of code snippets for Minecraft shaderpack developing. It provides amlost all attributes, uniforms and macros in Optifine documention, makes shader developers write shader imports extreme quickly.

Dependencies

This extension depends on GeforceLegend's GLSL Syntax for VS Code to provides basic syntax highlighting and GLSL code snippets.

Features

This extension provides a complete snippet sets from first word to a full statement. For example, this extension can provide uniform at first, then provide sampler2D and sampler2DShadow when typing s after uniform, and provide all available buffers at the same time.

Almost full code snippets for Minecraft Java Edition shaderpack developing. Each snippet includes single name (e.g. colortex0) and full import code (e.g. uniform sampler2D colortex0;) and even comment variant if available(e.g. /* SHADOWRES:1024 */).

Shader features added in recent Optifine updates (e.g. /* RENDERTARGETS: 1,2,7,12 */) are also included in this extension.