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: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_INPUT_ATTACHMENT_ASPECT_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
aspect_reference_count: u32Length of p_aspect_references.
p_aspect_references: *const InputAttachmentAspectReference