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