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