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