blob: 99e01f78497df16b82fe177f6dda5fdc1b797caa [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol(const constant packed_int3* tint_symbol_1 [[buffer(0)]], device packed_int3* tint_symbol_2 [[buffer(1)]]) {
int3 const x = int3(*(tint_symbol_1));
*(tint_symbol_2) = packed_int3(x);
return;
}