Struct spirv::OpOuterProduct [] [src]

pub struct OpOuterProduct {
    pub result_type: Id,
    pub result: Id,
    pub vector1: Id,
    pub vector2: Id,
}

Fields

Trait Implementations

impl Debug for OpOuterProduct
[src]

Formats the value using the given formatter.