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