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