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§p_next: *const c_void§aspect_reference_count: u32§p_aspect_references: *const InputAttachmentAspectReference