Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
struct_field.wgsl.expected.ir.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
;
}