blob: 7e299081d44e886c9af52acc6f06024a066ddaa0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread half2x2* u;
};
void f(tint_module_vars_struct tint_module_vars) {
float2x2 v = float2x2((*tint_module_vars.u));
}