Struct spirv::OpMatrixTimesMatrix [] [src]

pub struct OpMatrixTimesMatrix {
    pub result_type: Id,
    pub result: Id,
    pub leftMatrix: Id,
    pub rightMatrix: Id,
}

Fields

Trait Implementations

impl Debug for OpMatrixTimesMatrix
[src]

Formats the value using the given formatter.