Sign in
dawn
/
dawn
/
34a2d6574f5cac23a470da7d6496153cfacb09ed
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.ir.msl
blob: 3ba0be2c565a8f26038ef0fa6731c54691e3f413 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
int
i
=
0
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
}