Struct spirv::OpImagePointer [] [src]

pub struct OpImagePointer {
    pub result_type: Id,
    pub result: Id,
    pub image: Id,
    pub coordinate: Id,
    pub sample: Id,
}

Fields

Trait Implementations

impl Debug for OpImagePointer
[src]

Formats the value using the given formatter.