// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ VkFramebuffer(3) ================ Name ---- VkFramebuffer - Opaque handle to a framebuffer object C Specification --------------- // refBegin 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 sname:VkFramebuffer handles: include::../api/handles/VkFramebuffer.txt[] Description ----------- // refEnd VkFramebuffer See Also -------- slink:VkCommandBufferInheritanceInfo, slink:VkRenderPassBeginInfo, flink:vkCreateFramebuffer, flink:vkDestroyFramebuffer Document Notes -------------- For more information, see the Vulkan Specification at URL https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkFramebuffer This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification,not directly. include::footer.txt[]