Update docstring on RENDERDOC_GetDriverInformation

This commit is contained in:
baldurk
2018-11-30 15:55:39 +00:00
parent 91a7d45f85
commit 0b52f0e2ea
+3 -2
View File
@@ -2229,8 +2229,9 @@ extern "C" RENDERDOC_API const char *RENDERDOC_CC RENDERDOC_GetCommitHash();
DOCUMENT(R"(Retrieves the driver information (if available) for a given graphics API.
:return: The driver information.
:rtype: ``DriverInformation``
:param GraphicsAPI api: The API to get driver information for.
:return: A :class:`DriverInformation` containing the driver information.
:rtype: DriverInformation
)");
extern "C" RENDERDOC_API DriverInformation RENDERDOC_CC RENDERDOC_GetDriverInformation(GraphicsAPI api);