Sign in
dawn
/
dawn
/
32363954436092f4d0c5f2c8dd5f1fa8f2ff00af
/
.
/
test
/
tint
/
ptr_ref
/
load
/
param
/
function
/
i32.wgsl.expected.ir.msl
blob: 81e0279ebdda4c525279e607e1e08f5061891b95 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
int
func
(
thread
int
*
const
pointer
)
{
return
(*
pointer
);
}
kernel
void
tint_symbol
()
{
int
F
=
0
;
int
const
r
=
func
((&
F
));
}