mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-24 02:21:54 +00:00
190e54c020
* Add comp, tesc, and tese as GLSL file extensions * Add GLSL compute shader sample * Add GLSL tessellation control shader sample * Add GLSL tessellation evaluation shader sample * Remove .comp from GLSL extensions We have to be sure that most of the .comp files on GitHub are indeed GLSL compute shaders. * Remove GLSL compute shader sample