Struct spirv::OpMatrixTimesVector [] [src]

pub struct OpMatrixTimesVector {
    pub result_type: Id,
    pub result: Id,
    pub matrix: Id,
    pub vector: Id,
}

Fields

Trait Implementations

impl Debug for OpMatrixTimesVector
[src]

Formats the value using the given formatter.