Struct spirv::OpTextureSampleProjLod [] [src]

pub struct OpTextureSampleProjLod {
    pub result_type: Id,
    pub result: Id,
    pub sampler: Id,
    pub coordinate: Id,
    pub level_of_detail: Id,
}

Fields

Trait Implementations

impl Debug for OpTextureSampleProjLod
[src]

Formats the value using the given formatter.