Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Examples/resources/shaders/glsl100/outline_hull.fs
2026-05-21 06:09:28 +02:00

8 lines
No EOL
103 B
GLSL

#version 100
precision mediump float;
void main()
{
gl_FragColor = vec4(0.05, 0.05, 0.05, 1.0);
}