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