mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-27 16:15:49 +00:00
Save machine ident in captures and compare to machine ident on open
* If the machine idents differ in significant ways that we'd consider it to be a different platform (currently just OS), and if so mark it as supported but suggested to be replayed remotely.
This commit is contained in:
@@ -504,6 +504,13 @@ namespace renderdoc
|
||||
Percentage,
|
||||
};
|
||||
|
||||
public enum ReplaySupport
|
||||
{
|
||||
Unsupported,
|
||||
Supported,
|
||||
SuggestRemote,
|
||||
};
|
||||
|
||||
public enum ReplayCreateStatus
|
||||
{
|
||||
Success = 0,
|
||||
|
||||
Reference in New Issue
Block a user