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