pub fn is_uniform_matcx2_struct_member_access(
ir_function: &Function,
fun_info: &FunctionInfo,
ir_module: &Module,
pointer: Handle<Expression>,
) -> boolExpand description
Returns true if pointer refers to two-row matrix which is a member of a
struct in the crate::AddressSpace::Uniform address space.