Sign in
dawn
/
dawn
/
1ef277db0ede0e4834e753ffcea829bcf8e20781
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.wgsl.expected.fxc.hlsl
blob: f40dad1e682c0514f715fd7f03aaaa4cafb058d4 [
file
] [
log
] [
blame
]
struct
S
{
int
i
;
};
static
S V
=
(
S
)
0
;
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
const
int
i
=
V
.
i
;
return
;
}