You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✌ Makis Tracend edited this page Jan 30, 2016
·
1 revision
Shaders
All shaders are under the shader/ path
GLSL
Root: shader/glsl
Folder contents include shaders, filed under an incremented folder name from 000000 to 999999
Filenames can be:
vs.glsl - a vertex shader
ts.glsl - a tessellation control or evaluation shader
gs.glsl - a geometry shader
fs.glsl - a fragment shader
cs.glsl - a compute shader