blob: 2b7b7227766496f4402b2efdcd58aabe1ad5847a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void deref(device int4* const tint_symbol_2) {
*(tint_symbol_2) = (*(tint_symbol_2)).wzyx;
}
void no_deref(device int4* const tint_symbol_3) {
*(tint_symbol_3) = (*(tint_symbol_3)).wzyx;
}
kernel void tint_symbol_1(device int4* tint_symbol_4 [[buffer(0)]]) {
deref(tint_symbol_4);
no_deref(tint_symbol_4);
return;
}