Sign in
dawn
/
dawn
/
b0455217fafd61f083c214a00665a2eda378a5e4
/
.
/
test
/
ptr_ref
/
load
/
local
/
ptr_private.wgsl.expected.msl
blob: 5ceee0ad2a65739c6c6e40c6308c23c8b2bba80d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
thread
int
tint_symbol_1
=
123
;
int
const
use
=
(
tint_symbol_1
+
1
);
return
;
}