Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
100 stars 30 forks source link

Fragment shader default template -- should be gl_FragColor instead of glFragColor? #102

Closed mondaychen closed 8 years ago

mondaychen commented 8 years ago

https://github.com/Darkyenus/glsl4idea/blob/master/resources/fileTemplates/internal/GLSL%20Fragment%20Shader.frag.ft#L4

I believe this line should be gl_FragColor instead of glFragColor

Darkyenus commented 8 years ago

Thanks for reporting