You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

922 B

Shaders layer

/brettlangdon/dotfiles/src/commit/53e2c5719b9a7be4c1cb152a9a2e6b909fadce06/spacemacs.d/layers/+lang/shaders/img/shaders.png

Description

This layer provides syntax highlighting for shader files. By default it will provide highlighting for files ending in:

  • .fsh

  • .vsh

  • .glsl

  • .vert

  • .frag

  • .geom

Also this layer provides completion for .vert, .tesc, .tese, .geom, .frag and .comp shaders via company-glsl when glslangValidator">glslangValidator can be found on your system and auto-completion layer is enabled. Note that completion is rather simple.

Install

To use this configuration layer, add it to your ~.spacemacs. You will need to add shaders to the existing dotspacemacs-configuration-layers list in this file.