James Price | d68d3a9 | 2022-04-07 13:42:45 +0000 | [diff] [blame] | 1 | #include <metal_stdlib> |
James Price | b02fe31 | 2022-04-07 13:42:45 +0000 | [diff] [blame] | 2 | |
James Price | d68d3a9 | 2022-04-07 13:42:45 +0000 | [diff] [blame] | 3 | using namespace metal; |
4 | void 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 Price | b02fe31 | 2022-04-07 13:42:45 +0000 | [diff] [blame] | 6 | } |
7 |