mesa/tests/swiz-02.glsl
2010-02-22 13:19:34 -08:00

10 lines
73 B
GLSL

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