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