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