7 lines
65 B
GLSL
7 lines
65 B
GLSL
out vec4 FragColor;
|
|
|
|
void main(void)
|
|
{
|
|
FragColor = vec4(1.0);
|
|
}
|