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