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