Struct spirv::OpTextureGatherOffsets [] [src]

pub struct OpTextureGatherOffsets {
    pub result_type: Id,
    pub result: Id,
    pub sampler: Id,
    pub coordinate: Id,
    pub component: Id,
    pub offsets: Id,
}

Fields

Trait Implementations

impl Debug for OpTextureGatherOffsets
[src]

Formats the value using the given formatter.