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() { | ||||
5 | int i = 0; | ||||
6 | i = as_type<int>((as_type<uint>(i) + as_type<uint>(1))); | ||||
James Price | b02fe31 | 2022-04-07 13:42:45 +0000 | [diff] [blame] | 7 | } |
8 |