mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add missing CaptureOptions encode
This commit is contained in:
@@ -745,7 +745,7 @@ uint32_t Process::InjectIntoProcess(uint32_t pid, const rdcarray<EnvironmentModi
|
||||
tSec.nLength = sizeof(tSec);
|
||||
|
||||
// serialise to string with two chars per byte
|
||||
string optstr;
|
||||
string optstr = opts.EncodeAsString();
|
||||
|
||||
wchar_t *paramsAlloc = new wchar_t[2048];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user