mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
6 lines
93 B
GLSL
6 lines
93 B
GLSL
|
|
float4 main(uint ViewIndex : SV_ViewID)
|
|
{
|
|
return float4(ViewIndex, 0.0f, 0.0f, 0.0f);
|
|
}
|