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