Sign in
dawn
/
dawn
/
b7868ff3ee24af868eadc9ee4d089372544dc4c1
/
.
/
test
/
tint
/
ptr_ref
/
load
/
local
/
i32.wgsl.expected.msl
blob: 53b26da114fb91fa4e1190ff529e120f5d6b9efb [
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
)));
return
;
}