Sign in
dawn
/
dawn
/
8094ad137352ceb61fe4a957652cae2390c7ee76
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
i32.wgsl.expected.ir.msl
blob: 3eaf72375a161b52f21098f6ade9708520c6ca6e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
int
i
=
123
;
int
const
u
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
}