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-01.glsl 83B

1234567891011
  1. /* PASS */
  2. #version 120
  3. void main()
  4. {
  5. float a;
  6. vec4 b;
  7. b.x = 6.0;
  8. a = b.x;
  9. }