Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
function
/
i32.wgsl.expected.msl
blob: 39497aa35c5ca6c75f3267f61d98ebba160bb485 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
func
(
thread
int
*
const
pointer
)
{
*(
pointer
)
=
42
;
}
kernel
void
tint_symbol
()
{
int
F
=
0
;
func
(&(
F
));
return
;
}