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