qt: Add toggle in the settings window for readbacks (#3305)

* Add readback and readback linear image toggles to the settings window

* reuse and crowdin

* clang-format... my worst enemy...

* Experimental group box (#3)

* New Groupbox

* adjustments

* revised warning on experimental group box

---------

Co-authored-by: rainmakerv2 <30595646+rainmakerv3@users.noreply.github.com>
This commit is contained in:
tomboylover93
2025-07-24 08:02:29 -03:00
committed by GitHub
parent 7ef0cc0698
commit 6a476fdb42
5 changed files with 126 additions and 48 deletions

View File

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