From bd97664681bb35016ccdbdea46f70fb330a02ca1 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 26 Jul 2018 10:04:30 +0100 Subject: [PATCH] Fix incorrect copy-pasted title on docs page --- docs/python_api/examples/renderdoc/fetch_counters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.