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