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