mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 09:10:11 +01:00
4 lines
59 B
GLSL
4 lines
59 B
GLSL
void main()
|
|
{
|
|
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
|
|
}
|