mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +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);
|
||
|
}
|