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