glsl4idea icon indicating copy to clipboard operation
glsl4idea copied to clipboard

A GLSL language plugin for IntelliJ IDEA

Results 26 glsl4idea issues
Sort by recently updated
recently updated
newest added

Currently preprocessor conditionals are just ignored - everything in them is parsed as usual regardless of whether the condition is true. This would lead to parser errors in a bunch...

enhancement

At some point we're going to have to recognise the version and stage of a GLSL file. I know it's somehow possible to add those little drop-down menus to the...

enhancement

Via JOGL or stripped down LWJGL?

enhancement

`#extension extension_name : enable` Load the corresponding environment file with types and mehods.

enhancement