Sign in
dawn
/
dawn
/
d2ecf447d862fa40a30e1cee7276837dcfa005fc
/
.
/
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
)));
}