bloat-buster/dependencies/glslang-15.0.0/Test/hlsl.buffer-offsets.comp
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

14 lines
242 B
Plaintext

// 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()
{
}