Skip to content

GLSL (OpenGL Shading Language) Syntax for Visual Studio Code

License

Notifications You must be signed in to change notification settings

GeForceLegend/vscode-glsl

Repository files navigation

GLSL Syntax for VS Code

Marketplace Version installs license issues

vscode-glsl

vscode-glsl is a light weighted GLSL (OpenGL Shading Language) syntax highlighting extension for Visual Studio Code.

This extension is designed to provide a better syntax for GLSL, and uses lots of expressions form euler0's sublime-glsl, a GLSL syntax package for Sublime Text3, provides almost the best GLSL syntax I have ever seen.

This extension is still in early development, and may become buggy in some situation. Feel free to report issues!

Features

  • Syntax highlighting for GLSL.

  • Code snippets for GLSL.

  • Some syntax for Minecraft shaderpacks made for Optifine (e.g. /* DRAWBUFFERS:0 */ output).

Syntax

The belowing image provides an example syntax highlighting with Monokai color theme.

syntax

Changelog (in dev)

  • < Waiting for development... If you find some issues, report them! >