Sign in
dawn
/
dawn
/
326f17a3cedf4f6e75454d1e9ab3fae00a751e2f
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.msl
blob: 06dde9d7d046492f73de4eb45b4c9084688ec9dd [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
()
{
int
i
=
0
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
}