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

6 lines
78 B
GLSL

#version 120
void main()
{
gl_FragColor = vec4(0.05, 0.05, 0.05, 1.0);
}