Struct spirv::OpVectorShuffle [] [src]

pub struct OpVectorShuffle {
    pub result_type: Id,
    pub result: Id,
    pub vector1: Id,
    pub vector2: Id,
    pub components: UnsizedArray<LiteralNumber>,
}

Fields

Trait Implementations

impl Debug for OpVectorShuffle
[src]

Formats the value using the given formatter.