Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
310implicitSizeArrayError.vert
blob: 7aa0ee1b729a5fbc6db5fb2656fd0bf0b22da49e [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
layout
(
binding
=
0
)
uniform
Block
{
highp
int
a
[];
}
uni
;
layout
(
location
=
0
)
out
highp
int
o
;
void
main
()
{
o
=
uni
.
a
[
2
];
}