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