Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
spv.looseUniformNoLoc.vert
blob: e88735944950295968e191c1c023da235568f941 [
file
] [
log
] [
blame
] [
edit
]
#version 450 core
layout
(
location
=
0
)
in
vec4 foo
;
layout
(
location
=
0
)
out
vec4 bar
;
uniform vec4 uv
;
void
main
()
{
bar
=
foo
;
gl_Position
=
foo
;
}