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