Struct spirv::OpTypeMatrix [] [src]

pub struct OpTypeMatrix {
    pub result: Id,
    pub column_type: Id,
    pub column_count: LiteralNumber,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeMatrix
[src]

Formats the value using the given formatter.