mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 15:30:14 +01:00
6 lines
71 B
GLSL
6 lines
71 B
GLSL
/* PASS */
|
|
|
|
void main()
|
|
{
|
|
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
|
|
}
|