VulkanEngine 0.1
Graphics engine using Vulkan
Loading...
Searching...
No Matches
VulkanEngine::Swapchain Class Reference

Class which represents the swapchain. More...

#include <Swapchain.h>

Public Member Functions

 Swapchain (uint32_t number_of_images, std::shared_ptr< Window > _window, std::shared_ptr< RenderPass > render_pass)
 Constructor.
 
 ~Swapchain ()
 Destructor.
 
bool present ()
 
vk::Framebuffer getFramebuffer (size_t index)
 
vk::SwapchainKHR getVkSwapChain ()
 
void waitForFence ()
 

Detailed Description

Class which represents the swapchain.


The documentation for this class was generated from the following files: