blob: a95963fecf0afd4aa28aa0e82827db28fdd75922 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
/* 0x0000 */ float arr[4];
};
kernel void tint_symbol(device tint_array_wrapper* tint_symbol_1 [[buffer(1)]], const device tint_array_wrapper* tint_symbol_2 [[buffer(0)]]) {
*(tint_symbol_1) = *(tint_symbol_2);
return;
}