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