Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/sandbox/liyl/SDK-candidate-2-withEnumFix
/
.
/
Test
/
spv.multiviewPerViewAttributes.vert
blob: dd64a16c34857e3586791e49f7991c33ade8e7e1 [
file
] [
log
] [
blame
] [
edit
]
#version 450
#extension GL_NVX_multiview_per_view_attributes :require
void
main
()
{
gl_ViewportMaskPerViewNV
[
0
]
=
1
;
gl_PositionPerViewNV
[
0
]
=
gl_Position
;
}