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