From 91a7d45f852e1e8a7e1a43dd91517d29bd721407 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 30 Nov 2018 15:48:42 +0000 Subject: [PATCH] Document new python version info functions --- docs/python_api/renderdoc/funcs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/python_api/renderdoc/funcs.rst b/docs/python_api/renderdoc/funcs.rst index 0f67ba854..db52f8343 100644 --- a/docs/python_api/renderdoc/funcs.rst +++ b/docs/python_api/renderdoc/funcs.rst @@ -40,6 +40,8 @@ Logging & Versioning .. autofunction:: renderdoc.SetDebugLogFile .. autofunction:: renderdoc.GetLogFile .. autofunction:: renderdoc.GetVersionString +.. autofunction:: renderdoc.GetCommitHash +.. autofunction:: renderdoc.GetDriverInformation Maths & Utilities -----------------