GulkanFrameBuffer * gulkan_frame_buffer_new (GulkanDevice *device,GulkanRenderPass *render_pass,VkExtent2D extent,VkSampleCountFlagBits sample_count,VkFormat color_format,gboolean use_depth);
GulkanFrameBuffer * gulkan_frame_buffer_new_from_image_with_depth (GulkanDevice *device,GulkanRenderPass *render_pass,VkImage color_image,VkExtent2D extent,VkSampleCountFlagBits sample_count,VkFormat color_format);
GulkanFrameBuffer * gulkan_frame_buffer_new_from_image (GulkanDevice *device,GulkanRenderPass *render_pass,VkImage color_image,VkExtent2D extent,VkFormat color_format);
VkImage
gulkan_frame_buffer_get_color_image (GulkanFrameBuffer *self);
VkFramebuffer
gulkan_frame_buffer_get_handle (GulkanFrameBuffer *self);