blob: cf757e7ae9214046fd54216abc3bce8a13d08d23 [file] [log] [blame]
James Priced68d3a92022-04-07 13:42:45 +00001#include <metal_stdlib>
James Priceb02fe312022-04-07 13:42:45 +00002
James Priced68d3a92022-04-07 13:42:45 +00003using namespace metal;
4void tint_symbol(threadgroup int* const tint_symbol_1) {
5 *(tint_symbol_1) = as_type<int>((as_type<uint>(*(tint_symbol_1)) + as_type<uint>(1)));
James Priceb02fe312022-04-07 13:42:45 +00006}
7