More natural python handling for GetDefaultCaptureOptions, return struct

This commit is contained in:
baldurk
2018-09-18 18:01:28 +01:00
parent 684e814eb7
commit 9bf00cb1a6
2 changed files with 10 additions and 3 deletions
+4 -3
View File
@@ -1999,10 +1999,11 @@ extern "C" RENDERDOC_API void RENDERDOC_CC RENDERDOC_BecomeRemoteServer(
DOCUMENT(R"(Retrieve the default and recommended set of capture options.
:param CaptureOptions opts: A reference to a :class:`CaptureOptions` where the options will be
stored.
:return: The default capture options.
:rtype: CaptureOptions
)");
extern "C" RENDERDOC_API void RENDERDOC_CC RENDERDOC_GetDefaultCaptureOptions(CaptureOptions *opts);
extern "C" RENDERDOC_API void RENDERDOC_CC
RENDERDOC_GetDefaultCaptureOptions(CaptureOptions *defaultOpts);
DOCUMENT(R"(Begin injecting speculatively into all new processes started on the system. Where
supported by platform, configuration, and setup begin injecting speculatively into all new processes