Sign in
dawn
/
dawn
/
0b39270e01ce2327dd8c01d8d7192e823cec4424
/
.
/
test
/
ptr_ref
/
copy
/
ptr_copy.spvasm.expected.wgsl
blob: 82d9c5af6572e0eb390abb5998b4331d55c1cc54 [
file
] [
log
] [
blame
]
fn main_1
()
{
var
x_10
:
u32
;
let
x_1
:
ptr
<
function
,
u32
>
=
&(
x_10
);
let
x_2
:
ptr
<
function
,
u32
>
=
x_1
;
return
;
}
@stage
(
compute
)
@workgroup_size
(
1
,
1
,
1
)
fn main
()
{
main_1
();
}