Sign in
dawn
/
tint
/
9360046a86f67db1794f05ad33655e3305bfa695
/
.
/
test
/
ptr_ref
/
copy
/
ptr_copy.spvasm.expected.wgsl
blob: 512d5c8dd1c37b29b6b4f8f28de463b90412d19b [
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
();
}