From 229febfbcb39a450dbb20dc62a3b65e66b40f3fd Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 15 Dec 2017 14:18:18 +0000 Subject: [PATCH] Update python API references to latest renames/reorganisations --- docs/python_api/funcs.rst | 13 +++++++++---- docs/python_api/qrenderdoc/main.rst | 2 +- docs/python_api/qrenderdoc/pipeline.rst | 6 +++++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/python_api/funcs.rst b/docs/python_api/funcs.rst index 5370b223d..05faca923 100644 --- a/docs/python_api/funcs.rst +++ b/docs/python_api/funcs.rst @@ -30,6 +30,9 @@ Local Execution & Injection .. autofunction:: renderdoc.ExecuteAndInject .. autofunction:: renderdoc.InjectIntoProcess .. autofunction:: renderdoc.StartGlobalHook +.. autofunction:: renderdoc.StopGlobalHook +.. autofunction:: renderdoc.IsGlobalHookActive +.. autofunction:: renderdoc.CanGlobalHook Logging & Versioning -------------------- @@ -41,12 +44,14 @@ Logging & Versioning Maths & Utilities ----------------- -.. autofunction:: renderdoc.Maths_FloatToHalf -.. autofunction:: renderdoc.Maths_HalfToFloat -.. autofunction:: renderdoc.Topology_NumVerticesPerPrimitive -.. autofunction:: renderdoc.Topology_VertexOffset +.. autofunction:: renderdoc.InitCamera +.. autofunction:: renderdoc.HalfToFloat +.. autofunction:: renderdoc.FloatToHalf +.. autofunction:: renderdoc.NumVerticesPerPrimitive +.. autofunction:: renderdoc.VertexOffset .. autofunction:: renderdoc.PatchList_Count .. autofunction:: renderdoc.PatchList_Topology +.. autofunction:: renderdoc.IsStrip .. autofunction:: renderdoc.IsD3D .. autofunction:: renderdoc.MaskForStage .. autofunction:: renderdoc.StartSelfHostCapture diff --git a/docs/python_api/qrenderdoc/main.rst b/docs/python_api/qrenderdoc/main.rst index 6eb3fc455..39b460ff7 100644 --- a/docs/python_api/qrenderdoc/main.rst +++ b/docs/python_api/qrenderdoc/main.rst @@ -22,7 +22,7 @@ Replay Manager LogViewer Interface ------------------- -.. autoclass:: qrenderdoc.LogViewer +.. autoclass:: qrenderdoc.CaptureViewer :members: :undoc-members: diff --git a/docs/python_api/qrenderdoc/pipeline.rst b/docs/python_api/qrenderdoc/pipeline.rst index 64e70ccce..0104384f9 100644 --- a/docs/python_api/qrenderdoc/pipeline.rst +++ b/docs/python_api/qrenderdoc/pipeline.rst @@ -19,7 +19,11 @@ Bindings :members: :undoc-members: -.. autoclass:: qrenderdoc.BoundVBuffer +.. autoclass:: qrenderdoc.BoundResourceArray + :members: + :undoc-members: + +.. autoclass:: qrenderdoc.BoundBuffer :members: :undoc-members: