mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Vulkan: Faster path for decoding XFB data
Using a texel buffer as the copy destination removes the need to copy to an intermediate texture first.
This commit is contained in:
parent
804cd0ff03
commit
58978c1440
3 changed files with 111 additions and 77 deletions
|
@ -48,7 +48,6 @@ public:
|
|||
|
||||
static TextureCache* GetInstance();
|
||||
|
||||
StreamBuffer* GetUploadBuffer() const { return m_texture_upload_buffer.get(); }
|
||||
TextureConverter* GetTextureConverter() const { return m_texture_converter.get(); }
|
||||
bool Initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue