Struct spirv::OpTextureFetchTexelOffset [] [src]

pub struct OpTextureFetchTexelOffset {
    pub result_type: Id,
    pub result: Id,
    pub sampler: Id,
    pub coordinate: Id,
    pub offset: Id,
}

Fields

Trait Implementations

impl Debug for OpTextureFetchTexelOffset
[src]

Formats the value using the given formatter.