#include <Swapchain.hpp>
◆ Swapchain() [1/4]
◆ Swapchain() [2/4]
| Swapchain::Swapchain |
( |
VkDevice |
device, |
|
|
VkPhysicalDevice |
physical_device, |
|
|
VkSurfaceKHR |
surface, |
|
|
CreateInfo |
create_info |
|
) |
| |
◆ Swapchain() [3/4]
◆ Swapchain() [4/4]
◆ ~Swapchain()
| Swapchain::~Swapchain |
( |
| ) |
|
◆ clear()
| void Swapchain::clear |
( |
| ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ querySwapChainSupport()
◆ extent
| VkExtent2D Swapchain::extent |
◆ image_format
| VkFormat Swapchain::image_format |
◆ image_views
| std::vector<VkImageView> Swapchain::image_views |
◆ images
| std::vector<VkImage> Swapchain::images |
◆ swapchain
| VkSwapchainKHR Swapchain::swapchain |
The documentation for this class was generated from the following files: