| #include <metal_stdlib> | |
| using namespace metal; | |
| constant static volatile bool tint_preserve_loop = true; | |
| void tint_symbol(device uint* const tint_symbol_1) { | |
| for(; ((*(tint_symbol_1) < 10u)) == tint_preserve_loop; *(tint_symbol_1) = (*(tint_symbol_1) + 1u)) { | |
| } | |
| } | |