Set system page blocks to gpu-written every frame

This commit is contained in:
Gliniak
2022-02-02 14:03:10 +01:00
parent ba60b94c7d
commit 620aa3562e
3 changed files with 14 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ class SharedMemory {
virtual ~SharedMemory();
// Call in the implementation-specific ClearCache.
virtual void ClearCache();
virtual void SetSystemPageBlocksValidWithGpuDataWritten();
typedef void (*GlobalWatchCallback)(
const std::unique_lock<std::recursive_mutex>& global_lock, void* context,