Struct spirv::OpAccessChain [] [src]

pub struct OpAccessChain {
    pub result_type: Id,
    pub result: Id,
    pub base: Id,
    pub indexes: [Id; 1],
}

Fields

Trait Implementations

impl Debug for OpAccessChain
[src]

Formats the value using the given formatter.