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