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