Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

swiz-02.glsl 73B

12345678910
  1. #version 120
  2. void main()
  3. {
  4. float a;
  5. vec4 b;
  6. b.x = 6.0;
  7. a = b.xy;
  8. }