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