Sign in
dawn
/
dawn
/
b95a03a6a7304c7d935569fec0687bd384c940fb
/
.
/
test
/
tint
/
ptr_ref
/
store
/
param
/
storage
/
i32.wgsl.expected.msl
blob: b2a8e0e40c7d3e166f100556f3920f70fea11a35 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
func
(
device
int
*
const
pointer
)
{
*(
pointer
)
=
42
;
}
kernel
void
tint_symbol
(
device
int
*
tint_symbol_1
[[
buffer
(
0
)]])
{
func
(
tint_symbol_1
);
return
;
}