blob: 801f2155e7f01abb89295ccb2052835a60652d7f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
thread half2x4* u;
};
void f(tint_module_vars_struct tint_module_vars) {
float2x4 v = float2x4((*tint_module_vars.u));
}