blob: 897215175e4678d55a1d29d6ab8666217b4e887a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
const device half3* in;
device half3* out;
};
kernel void tint_symbol(const device half3* in [[buffer(1)]], device half3* 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);
}