From 34d689b809780968215c76837424e573d0629ac6 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 25 Jun 2018 21:57:49 +0100 Subject: [PATCH] Include fetch_counters example in index --- docs/python_api/examples/renderdoc/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/python_api/examples/renderdoc/index.rst b/docs/python_api/examples/renderdoc/index.rst index 5c4e66baa..f64e0fbf7 100644 --- a/docs/python_api/examples/renderdoc/index.rst +++ b/docs/python_api/examples/renderdoc/index.rst @@ -28,6 +28,7 @@ In order to help with this, the examples are organised such that most code is wr .. toctree:: iter_draws fetch_shader + fetch_counters save_texture decode_mesh display_window \ No newline at end of file