framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / arb_arrays_of_arrays / compiler / gs-input-sizing-inconsistent-valid.geom
blob2590af3fea69de0fb5960d49e8afbc26d70b75be
1 // This test verifies that declaring
2 // two geometry shader inputs with different array sizes only causes a
3 // compile error when the outer most dimension differs.
4 //
5 // [config]
6 // expect_result: pass
7 // glsl_version: 1.50
8 // require_extensions: GL_ARB_arrays_of_arrays
9 // check_link: false
10 // [end config]
12 #version 150
13 #extension GL_ARB_arrays_of_arrays: enable
15 in vec4 Color2[2][4];
16 in vec4 Color3[2][3];