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