diff --git a/docs/python_api/examples/renderdoc/fetch_counters.rst b/docs/python_api/examples/renderdoc/fetch_counters.rst index 363b39dcb..eb0478e5c 100644 --- a/docs/python_api/examples/renderdoc/fetch_counters.rst +++ b/docs/python_api/examples/renderdoc/fetch_counters.rst @@ -1,5 +1,5 @@ -Fetch Shader details -==================== +Fetch GPU Counter Data +====================== In this example we will gather GPU counter data over a capture and find any drawcalls that completely failed the depth/stencil test.