Sign in
flutter
/
third_party
/
glslang
/
refs/heads/upstream/vulkan-sdk-1.4.309
/
.
/
Test
/
hlsl.buffer-offsets.comp
blob: 13e4052d3776debe747f4c7de0b947d924ba36d5 [
file
] [
edit
]
// 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
()
{
}