Type Alias ash::vk::RenderPassInputAttachmentAspectCreateInfoKHR
source · pub type RenderPassInputAttachmentAspectCreateInfoKHR = RenderPassInputAttachmentAspectCreateInfo;Aliased Type§
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