Sign in
dawn
/
dawn
/
e2f35ba8e0a4f8f234660c980a1917f5504482a3
/
.
/
test
/
ptr_ref
/
store
/
local
/
struct_field.spvasm.expected.wgsl
blob: bcc168018ebf4c7bc243577f25c79cfad15b83ff [
file
] [
log
] [
blame
]
struct
S
{
i
:
i32
;
}
fn main_1
()
{
var
V
:
S
;
V
.
i
=
5
;
return
;
}
@stage
(
compute
)
@workgroup_size
(
1
,
1
,
1
)
fn main
()
{
main_1
();
}