madskristensen / FileIcons

A Visual Studio extension
Other
125 stars 23 forks source link

Missing icon for .tesc files #328

Open DPD85 opened 8 months ago

DPD85 commented 8 months ago

The file is a tesselation control shader written in GLSL (OpenGL Shading Language).

What is tessellation: https://docs.vulkan.org/spec/latest/chapters/tessellation.html What is a tessellation control shader: https://docs.vulkan.org/spec/latest/chapters/shaders.html#shaders-tessellation-control

The document are from Vulkan but it is the same for OpenGL.