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