1deee662创建于 2025年8月1日历史提交
// See https://github.com/KhronosGroup/glslang/issues/3668

struct GfxIterationData {
    float mIntegrationTrafo[24];
    float mWind[3];
    uint mIsTurning;
};

StructuredBuffer<GfxIterationData> bIterData : register(t2);

void main()
{
}