blob: 91f8ba9e00233e7d19576911c03f864fb9d65fe6 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol(const constant packed_uint3* tint_symbol_1 [[buffer(0)]]) {
uint3 const x = uint3(*(tint_symbol_1));
return;
}