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