mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
TexCache: merge texture and rendertarget factory function
This commit is contained in:
parent
615ae9f106
commit
6cd6e6546f
6 changed files with 59 additions and 83 deletions
|
@ -47,9 +47,7 @@ private:
|
|||
|
||||
~TextureCache();
|
||||
|
||||
TCacheEntryBase* CreateTexture(unsigned int width, unsigned int height, unsigned int tex_levels) override;
|
||||
|
||||
TCacheEntryBase* CreateRenderTargetTexture(unsigned int scaled_tex_w, unsigned int scaled_tex_h, unsigned int layers) override;
|
||||
TCacheEntryBase* CreateTexture(const TCacheEntryConfig& config) override;
|
||||
|
||||
void CompileShaders() override;
|
||||
void DeleteShaders() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue