Sign in
dawn
/
dawn
/
940b71892e3d7f12e47289ac4b0f3f3b83c7326a
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.wgsl.expected.fxc.hlsl
blob: 6ecada85feb7368ca3e1c301e2261dc14da7d034 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
S V
=
(
S
)
0
;
int
i
=
V
.
i
;
}