mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
7 lines
119 B
GLSL
7 lines
119 B
GLSL
/* FAIL - in only allowed in parameter list in GLSL 1.10 */
|
|
void main()
|
|
{
|
|
in vec4 foo;
|
|
|
|
gl_Position = gl_Vertex;
|
|
}
|