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