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