Struct spirv::OpTextureFetchSample [] [src]

pub struct OpTextureFetchSample {
    pub result_type: Id,
    pub result: Id,
    pub sampler: Id,
    pub coordinate: Id,
    pub sample: Id,
}

Fields

Trait Implementations

impl Debug for OpTextureFetchSample
[src]

Formats the value using the given formatter.