mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Vulkan: Move render pass management to ObjectCache
This commit is contained in:
parent
0e50b2c9f2
commit
173a33886c
12 changed files with 178 additions and 376 deletions
|
@ -82,8 +82,7 @@ private:
|
|||
u32 color;
|
||||
};
|
||||
|
||||
bool CreateEFBRenderPass();
|
||||
void DestroyEFBRenderPass();
|
||||
bool CreateEFBRenderPasses();
|
||||
bool CreateEFBFramebuffer();
|
||||
void DestroyEFBFramebuffer();
|
||||
|
||||
|
@ -91,7 +90,6 @@ private:
|
|||
void DestroyConversionShaders();
|
||||
|
||||
bool CreateReadbackRenderPasses();
|
||||
void DestroyReadbackRenderPasses();
|
||||
bool CompileReadbackShaders();
|
||||
void DestroyReadbackShaders();
|
||||
bool CreateReadbackTextures();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue