SpiecsEngine
 
Loading...
Searching...
No Matches

◆ RequerySwapChainSupport()

void Spices::VulkanDevice::RequerySwapChainSupport ( )

Requery device's SwapChainSupportDetails. Mainly VkExtent2D.

Definition at line 258 of file VulkanDevice.cpp.

259 {
261
266 );
267 }
#define SPICES_PROFILE_ZONE
static SwapChainSupportDetails QuerySwapChainSupport(const VkPhysicalDevice &device, const VkSurfaceKHR &surface, GLFWwindow *window)
Query physical device's SwapChainSupport.
SwapChainSupportDetails m_SwapChainSupportDetails
SwapChainSupportDetails.
VulkanState & m_VulkanState
The global VulkanState Referenced from VulkanRenderBackend.
GLFWwindow * m_Windows
Definition VulkanUtils.h:92
VkSurfaceKHR m_Surface
Definition VulkanUtils.h:94
VkPhysicalDevice m_PhysicalDevice
Definition VulkanUtils.h:95