Sign in
dawn
/
dawn
/
5d26a4c1f30bd02374ed2a17b82d1750ae38f85c
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.msl
blob: 83fc19204cdb3b0360ab82e0d384ef10d187611e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
v
()
{
int
i
=
0
;
i
=
as_type
<int>
((
as_type
<uint>
(
i
)
+
as_type
<uint>
(
1
)));
}