Struct spirv::OpVectorTimesMatrix [] [src]

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

Fields

Trait Implementations

impl Debug for OpVectorTimesMatrix
[src]

Formats the value using the given formatter.