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.

array-02.glsl 84B

123
  1. #version 120
  2. /* FAIL - array size type must be scalar */
  3. uniform vec4 [ivec4(3)] a;