Sign in
dawn
/
dawn
/
559a2482339c2034ee85c6ba06bbd7ff70466c8c
/
.
/
test
/
tint
/
ptr_ref
/
copy
/
ptr_copy.spvasm.expected.wgsl
blob: a063457ab4787b2423c5c27c6764e1736ae5a870 [
file
] [
log
] [
blame
]
fn main_1
()
{
var
x_10
:
u32
;
return
;
}
@compute
@workgroup_size
(
1i
,
1i
,
1i
)
fn main
()
{
main_1
();
}