Handle
VkRenderPass
Opaque handle to a render pass object
A render pass object represents a collection of attachments, subpasses, and dependencies between the subpasses, and describes how the attachments are used over the course of the subpasses.
Render passes are represented by VkRenderPass handles:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkRenderPass)
#[repr(transparent)]
pub struct RenderPass(_);
Parent
VK_VERSION_1_0Type
Handle