repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
spec
/
arb_arrays_of_arrays
/
compiler
/
interface-field-var-array-array.vert
blob
cd97ed4cb48ad6509642efef99a71ddc54b87e21
1
/* [config]
2
* expect_result: pass
3
* glsl_version: 1.50
4
* require_extensions: GL_ARB_arrays_of_arrays
5
* [end config]
6
*/
7
#version 150
8
#extension GL_ARB_arrays_of_arrays: enable
9
10
uniform ArraysOfArraysBlock
11
{
12
vec4 a[3][2];
13
} i;
14
15
void main()
16
{
17
gl_Position = vec4(1.0);
18
}