Struct spirv::OpTextureSampleLodOffset [] [src]

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

Fields

Trait Implementations

impl Debug for OpTextureSampleLodOffset
[src]

Formats the value using the given formatter.