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