mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-22 14:36:35 +00:00
Ensure linux process hooks don't do anything on replay
This commit is contained in:
@@ -151,6 +151,10 @@ public:
|
||||
|
||||
// platform specific implementations
|
||||
|
||||
// some platforms may unavoidably hook on replay, this gives them a chance to do any
|
||||
// initialisation needed to ensure those hooks don't do anything
|
||||
static void ReplayInitialise();
|
||||
|
||||
// Removes hooks (where possible) and restores everything to an un-hooked state
|
||||
static void RemoveHooks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user