Handle
VkFramebuffer
Opaque handle to a framebuffer object
Render passes operate in conjunction with framebuffers. Framebuffers represent a collection of specific memory attachments that a render pass instance uses.
Framebuffers are represented by VkFramebuffer handles:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkFramebuffer)
#[repr(transparent)]
pub struct Framebuffer(_);
Parent
VK_VERSION_1_0Type
Handle