pub type RenderPassInputAttachmentAspectCreateInfoKHR = RenderPassInputAttachmentAspectCreateInfo;
Expand description

Aliased Type§

struct RenderPassInputAttachmentAspectCreateInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub aspect_reference_count: u32,
    pub aspect_references: *const InputAttachmentAspectReference,
}

Fields§

§s_type: StructureType§next: *const c_void§aspect_reference_count: u32§aspect_references: *const InputAttachmentAspectReference