1deee662创建于 2025年8月1日历史提交

float4 main(uint ViewIndex : SV_ViewID)
{
    return float4(ViewIndex, 0.0f, 0.0f, 0.0f);
}