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