Skip to main content

RenderPassInputAttachmentAspectCreateInfoKHR

Type Alias RenderPassInputAttachmentAspectCreateInfoKHR 

Source
pub type RenderPassInputAttachmentAspectCreateInfoKHR = RenderPassInputAttachmentAspectCreateInfo;

Aliased Type§

#[repr(C)]
pub struct RenderPassInputAttachmentAspectCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub aspect_reference_count: u32, pub p_aspect_references: *const InputAttachmentAspectReference, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO.

§p_next: *const c_void

Optional, may be null.

§aspect_reference_count: u32

Length of p_aspect_references.

§p_aspect_references: *const InputAttachmentAspectReference