pub type RenderPassInputAttachmentAspectCreateInfoKHR = RenderPassInputAttachmentAspectCreateInfo;Aliased Type§
#[repr(C)]pub struct RenderPassInputAttachmentAspectCreateInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub aspectReferenceCount: u32,
pub pAspectReferences: *const InputAttachmentAspectReference,
}Fields§
§sType: i32§pNext: *const c_void§aspectReferenceCount: u32§pAspectReferences: *const InputAttachmentAspectReference