7 lines
65 B
GLSL
7 lines
65 B
GLSL
#version 120
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = vec4(1, 1, 0, 0);
|
|
}
|