Vulkan: Move render pass management to ObjectCache

This commit is contained in:
Stenzek 2017-09-09 14:04:26 +10:00
commit 173a33886c
12 changed files with 178 additions and 376 deletions

View file

@ -68,7 +68,6 @@ private:
void DestroySwapChain();
bool CreateRenderPass();
void DestroyRenderPass();
bool SetupSwapChainImages();
void DestroySwapChainImages();