Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
hlsl.multiView.frag
blob: 79e388d6f729a7fada434401382a44d038d92d8e [
file
] [
log
] [
blame
]
float4 main
(
uint
ViewIndex
:
SV_ViewID
)
{
return
float4
(
ViewIndex
,
0.0f
,
0.0f
,
0.0f
);
}