blob: c229c26ccd3bc3ac1229eafde1c1bcda236d95ef [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
float4x2 m;
};
float4x2 f(thread tint_private_vars_struct* const tint_private_vars) {
float4x2 const m_1 = float4x2((*(tint_private_vars)).m);
return m_1;
}