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