Struct spirv::OpTypeSampler [] [src]

pub struct OpTypeSampler {
    pub result: Id,
    pub sampled_type: Id,
    pub Dim: Dim,
    pub content: LiteralNumber,
    pub arrayed: LiteralNumber,
    pub compare: LiteralNumber,
    pub multisampled: LiteralNumber,
    pub qualifier: Id,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeSampler
[src]

Formats the value using the given formatter.