[Vulkan] Implement readback_resolve for vulkan

This commit is contained in:
Herman S.
2025-10-23 13:49:33 +09:00
committed by Radosław Gliński
parent f4b471d000
commit 4644657e83
5 changed files with 229 additions and 4 deletions

View File

@@ -160,6 +160,8 @@ class CommandProcessor {
size_t length = 0;
};
static constexpr uint32_t kReadbackBufferSizeIncrement = 16 * 1024 * 1024;
void WorkerThreadMain();
virtual bool SetupContext() = 0;
virtual void ShutdownContext() = 0;