xref
: /
third_party
/
glslang
/
Test
/
hlsl.multiView.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/glslang/Test/
1
2
float4 main(uint ViewIndex : SV_ViewID)
3
{
4
return float4(ViewIndex, 0.0f, 0.0f, 0.0f);
5
}
6