xref
: /
aosp_15_r20
/
external
/
deqp-deps
/
glslang
/
Test
/
hlsl.multiView.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
float4 main(uint ViewIndex : SV_ViewID)
3
{
4
return float4(ViewIndex, 0.0f, 0.0f, 0.0f);
5
}
6