framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / arb_arrays_of_arrays / compiler / maxbounds-access-array-var-array.vert
blobcd6a32b6e5fb68554cf4adc3566ed2d9a82e3e4b
1 /* [config]
2  * expect_result: pass
3  * glsl_version: 1.20
4  * require_extensions: GL_ARB_arrays_of_arrays
5  * [end config]
6  */
7 #version 120
8 #extension GL_ARB_arrays_of_arrays: enable
10 uniform vec4[4] an_array[2];
12 void main()
14   gl_Position = an_array[1][3];