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