Struct spirv::OpTypeImage [] [src]

pub struct OpTypeImage {
    pub result: Id,
    pub sampled_type: Id,
    pub dimension: Dim,
    pub depth: LiteralNumber,
    pub arrayed: LiteralNumber,
    pub multisample: LiteralNumber,
    pub sampled: LiteralNumber,
    pub image_format: ImageFormat,
    pub access_qualifier: AccessQualifier,
}

Fields

the of the new type.

Trait Implementations

impl Debug for OpTypeImage
[src]

Formats the value using the given formatter.