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