Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
410.vert
blob: 1891a670a173180191b791c2e757e7a8801c1ae0 [
file
] [
log
] [
blame
] [
edit
]
#version 410 core
in
double
d
;
in
dvec3 d3
;
in
dmat4 dm4
;
void
main
()
{
int
test
=
gl_MaxFragmentUniformVectors
;
}