texture_cache: Async download of GPU modified linear images (#3204)

* texture_cache: Async download of GPU modified linear images

* liverpool: Back to less submits

* texture_cache: Don't download depth images

* config: Add option for linear image readback
This commit is contained in:
TheTurtle
2025-07-07 16:23:20 +03:00
committed by GitHub
parent d6163a6edb
commit 7fedbd52e0
10 changed files with 106 additions and 16 deletions

View File

@@ -47,6 +47,7 @@ bool copyGPUCmdBuffers();
void setCopyGPUCmdBuffers(bool enable);
bool readbacks();
void setReadbacks(bool enable);
bool readbackLinearImages();
bool directMemoryAccess();
void setDirectMemoryAccess(bool enable);
bool dumpShaders();