7 lines
71 B
GLSL
7 lines
71 B
GLSL
/* PASS */
|
|
|
|
void main()
|
|
{
|
|
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
|
|
}
|