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