Struct spirv::OpTextureSampleDref [] [src]

pub struct OpTextureSampleDref {
    pub result_type: Id,
    pub result: Id,
    pub sampler: Id,
    pub coordinate: Id,
    pub dref: Id,
}

Fields

Trait Implementations

impl Debug for OpTextureSampleDref
[src]

Formats the value using the given formatter.