blob: 824b701dba5120a52238a0f42785692c154f00c0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
const device half2x2* in;
device half2x2* out;
};
kernel void tint_symbol(const device half2x2* in [[buffer(0)]], device half2x2* out [[buffer(1)]]) {
tint_module_vars_struct const tint_module_vars = {.in=in, .out=out};
(*tint_module_vars.out) = (*tint_module_vars.in);
}