修正窗口调整大小后,没有重新获取vkPhysicalDevice属性的问题

This commit is contained in:
2019-06-13 15:23:16 +08:00
parent d13bd948aa
commit 471902223e
3 changed files with 125 additions and 117 deletions

View File

@@ -60,5 +60,6 @@ public:
bool CheckMemoryType(uint32_t typeBits,VkFlags requirements_mask,uint32_t *typeIndex) const;
void ClearSwapchain();
void Refresh();
};//class DeviceAttribute
VK_NAMESPACE_END