mesa/tests/swiz-01.glsl

11 lines
72 B
GLSL

#version 120
void main()
{
float a;
vec4 b;
b.x = 6.0;
a = b.x;
}