From fc2b2c11cc3d2b8b1aae61e7840d7c320373619f Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 10 Feb 2021 15:07:37 +0000 Subject: [PATCH] Include ShadingRateCombiner in the documentation --- docs/python_api/renderdoc/pipelines/common.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/python_api/renderdoc/pipelines/common.rst b/docs/python_api/renderdoc/pipelines/common.rst index d7867ad1d..05242c23e 100644 --- a/docs/python_api/renderdoc/pipelines/common.rst +++ b/docs/python_api/renderdoc/pipelines/common.rst @@ -99,6 +99,9 @@ Rasterizer .. autoclass:: renderdoc.LineRaster :members: +.. autoclass:: renderdoc.ShadingRateCombiner + :members: + Stencil -------