Type Alias ash::vk::aliases::RenderPassAttachmentBeginInfoKHR
source · pub type RenderPassAttachmentBeginInfoKHR<'a> = RenderPassAttachmentBeginInfo<'a>;
Aliased Type§
struct RenderPassAttachmentBeginInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub attachment_count: u32,
pub p_attachments: *const ImageView,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§attachment_count: u32
§p_attachments: *const ImageView
§_marker: PhantomData<&'a ()>