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