Sign in
dawn
/
dawn
/
3f64e38ba05ec18231d9fcab7724195d67b5af7d
/
.
/
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
)));
}