Sign in
dawn
/
tint
/
bf0180bcee90e8624d8063e55624bfebd8f7fb76
/
.
/
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
();
}