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