mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-08 10:25:31 +00:00
Add comp, tesc, and tese as GLSL extensions (#3614)
* 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
This commit is contained in:
committed by
Colin Seymour
parent
ded651159d
commit
190e54c020
@@ -1360,6 +1360,8 @@ GLSL:
|
||||
- ".glslv"
|
||||
- ".gshader"
|
||||
- ".shader"
|
||||
- ".tesc"
|
||||
- ".tese"
|
||||
- ".vert"
|
||||
- ".vrx"
|
||||
- ".vsh"
|
||||
|
||||
Reference in New Issue
Block a user