7 lines
66 B
GLSL
7 lines
66 B
GLSL
#version 330
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(1.0);
|
|
}
|