[Vulkan] Implement ClearCache to clear upload_buffer_pool
This commit is contained in:
@@ -35,6 +35,7 @@ class VulkanSharedMemory : public SharedMemory {
|
||||
|
||||
bool Initialize();
|
||||
void Shutdown(bool from_destructor = false);
|
||||
void ClearCache() override;
|
||||
|
||||
void CompletedSubmissionUpdated();
|
||||
void EndSubmission();
|
||||
|
||||
Reference in New Issue
Block a user