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