Struct spirv::OpMatrixTimesScalar [] [src]

pub struct OpMatrixTimesScalar {
    pub result_type: Id,
    pub result: Id,
    pub matrix: Id,
    pub scalar: Id,
}

Fields

Trait Implementations

impl Debug for OpMatrixTimesScalar
[src]

Formats the value using the given formatter.