#include <Device.hpp>
Public Attributes | |
VkSurfaceCapabilitiesKHR | capabilities |
std::vector< VkSurfaceFormatKHR > | formats |
std::vector< VkPresentModeKHR > | presentModes |
Definition at line 16 of file Device.hpp.
VkSurfaceCapabilitiesKHR ven::SwapChainSupportDetails::capabilities |
Definition at line 17 of file Device.hpp.
Referenced by ven::Device::querySwapChainSupport().
std::vector<VkSurfaceFormatKHR> ven::SwapChainSupportDetails::formats |
Definition at line 18 of file Device.hpp.
Referenced by ven::Device::querySwapChainSupport().
std::vector<VkPresentModeKHR> ven::SwapChainSupportDetails::presentModes |
Definition at line 19 of file Device.hpp.
Referenced by ven::Device::querySwapChainSupport().