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

7 lines
98 B
GLSL

#version 330
out vec4 finalColor;
void main() {
finalColor = vec4(0.05, 0.05, 0.05, 1.0);
}