VulkanSwapChain Class. This class defines the VulkanSwapChain behaves. This class is just a wrapper of VkSwapchainKHR.
More...
#include <VulkanSwapChain.h>
|
| static VkFormat | FindDepthFormat (const VkPhysicalDevice &physicalDevice) |
| | Check whether Depth Image's Format is supported by physical device.
|
| |
| static VkFormat | findSupportedFormat (const VkPhysicalDevice &physicalDevice, const std::vector< VkFormat > &candidates, VkImageTiling tiling, VkFormatFeatureFlags features) |
| | Check whether specific formats is supported by physical device.
|
| |
VulkanSwapChain Class. This class defines the VulkanSwapChain behaves. This class is just a wrapper of VkSwapchainKHR.
Definition at line 20 of file VulkanSwapChain.h.
The documentation for this class was generated from the following files: