1
2float4 main(uint ViewIndex : SV_ViewID)
3{
4    return float4(ViewIndex, 0.0f, 0.0f, 0.0f);
5}
6