[Vulkan] Implement readback_resolve for vulkan
This commit is contained in:
committed by
Radosław Gliński
parent
f4b471d000
commit
4644657e83
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user