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