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