mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 01:00:10 +01:00
3 lines
50 B
GLSL
3 lines
50 B
GLSL
void main() {
|
|
gl_FragColor = vec4(1,0,1,1);
|
|
}
|