mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
4 lines
73 B
GLSL
4 lines
73 B
GLSL
#version 110
|
|
void main() {
|
|
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
|
|
} |