Sign in
android
/
platform
/
external
/
angle
/
HEAD
/
.
/
third_party
/
glslang
/
src
/
Test
/
hlsl.buffer-offsets.comp
blob: 13e4052d3776debe747f4c7de0b947d924ba36d5 [
file
] [
log
] [
blame
]
// 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
()
{
}