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