Sign in
dawn
/
tint
/
444e051faa2e29bda2828cd0bc4b7d3f3f20684b
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.wgsl
blob: 7ed09773e846b5e0ccaa833c2c997f26082d7abf [
file
] [
log
] [
blame
]
struct
S
{
i
:
i32
;
}
var
<private>
V
:
S
;
fn main_1
()
{
V
.
i
=
5
;
return
;
}
@stage
(
compute
)
@workgroup_size
(
1
,
1
,
1
)
fn main
()
{
main_1
();
}