Add documentation for return type

This commit is contained in:
baldurk
2023-08-01 10:00:54 +01:00
parent 09bc166f1a
commit 44be6bdfff
+2
View File
@@ -2005,6 +2005,8 @@ DOCUMENT(R"(When debugging RenderDoc it can be useful to capture itself by doing
temporary name. This function checks to see if a given self-hosted DLL is available.
:param str dllname: The name of the self-hosted capture module.
:return: Whether the specified dll is loaded, ready for self-hosted capture.
:rtype: bool
)");
extern "C" RENDERDOC_API bool RENDERDOC_CC RENDERDOC_CanSelfHostedCapture(const rdcstr &dllname);