SwapChain Utils. Queried from device. More...
#include <VulkanDevice.h>
Public Attributes | |
| VkSurfaceCapabilitiesKHR | capabilities |
| VkSurfaceCapabilitiesKHR. | |
| std::vector< VkSurfaceFormatKHR > | formats |
| All supported VkSurfaceFormatKHR. | |
| std::vector< VkPresentModeKHR > | presentModes |
| All supported VkPresentModeKHR. | |
| VkSurfaceFormatKHR | format |
| The selected VkSurfaceFormatKHR. | |
| VkPresentModeKHR | presentMode |
| The selected VkPresentModeKHR. | |
| VkExtent2D | surfaceSize |
| The VkSurface Size. | |
| VkExtent2D | viewPortSize = { 1280, 960 } |
| The ViewPort Size. Init value. Reset by resize event. | |
SwapChain Utils. Queried from device.
Definition at line 73 of file VulkanDevice.h.