blob: 6d5579649411f1ddb5d78d637ac1a4fb0a2c1d8c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol(device uint3* tint_symbol_1 [[buffer(1)]], const device uint3* tint_symbol_2 [[buffer(0)]]) {
*(tint_symbol_1) = *(tint_symbol_2);
return;
}