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:
Samuel Gunadi
2017-05-15 08:05:07 +00:00
committed by Colin Seymour
parent ded651159d
commit 190e54c020
3 changed files with 203 additions and 0 deletions

View File

@@ -1360,6 +1360,8 @@ GLSL:
- ".glslv"
- ".gshader"
- ".shader"
- ".tesc"
- ".tese"
- ".vert"
- ".vrx"
- ".vsh"