Sign in
dawn
/
dawn
/
0df45b41ac10ef4aa01855b2d70a93244838f99f
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.msl
blob: 06dde9d7d046492f73de4eb45b4c9084688ec9dd [
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
)));
}