From 0b52f0e2ea114eb31ee491aa3e33b3fdd60a6012 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 30 Nov 2018 15:55:39 +0000 Subject: [PATCH] Update docstring on RENDERDOC_GetDriverInformation --- renderdoc/api/replay/renderdoc_replay.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renderdoc/api/replay/renderdoc_replay.h b/renderdoc/api/replay/renderdoc_replay.h index c8404b682..32eb50aa2 100644 --- a/renderdoc/api/replay/renderdoc_replay.h +++ b/renderdoc/api/replay/renderdoc_replay.h @@ -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);