splited DeviceAttribute::Refresh function.

This commit is contained in:
2021-12-15 19:54:07 +08:00
parent 75e25d16c7
commit d98acda22e
2 changed files with 56 additions and 41 deletions

View File

@@ -55,7 +55,12 @@ public:
bool CheckMemoryType(uint32_t typeBits,VkMemoryPropertyFlags properties,uint32_t *typeIndex) const;
void Refresh();
void RefreshSurfaceCaps();
private:
void RefreshSurface();
void RefreshQueueFamily();
public: