Sign in
◑
Theme
dawn
/
dawn
/
29428679c4e885d20cf110949a1181abad1d9b59
/
.
/
test
/
tint
/
statements
/
increment
/
workgroup.wgsl.expected.msl
blob: cf757e7ae9214046fd54216abc3bce8a13d08d23 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
tint_symbol
(
threadgroup
int
*
const
tint_symbol_1
)
{
*(
tint_symbol_1
)
=
as_type
<int>
((
as_type
<uint>
(*(
tint_symbol_1
))
+
as_type
<uint>
(
1
)));
}