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