mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
3 lines
79 B
GLSL
3 lines
79 B
GLSL
#version 130
|
|
/* FAIL - inout only allowed in parameter list */
|
|
inout vec4 foo;
|