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