From c48226adc77de25575840ebf652a69e09f27dee4 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Sun, 28 Sep 2014 12:10:34 -0700 Subject: [PATCH] Updated README. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c05141e3..b38e8cfa 100644 --- a/README.md +++ b/README.md @@ -413,9 +413,10 @@ Debugging ### RenderDoc -When using DX11 renderer, you can drop in `renderdoc.dll` into working -directory, and it will be automatically loaded during bgfx initialization. This -allows frame capture at any time by pressing **F11**. +Loading of RenderDoc is integrated in bgfx when using DX11 renderer. You can +drop in `renderdoc.dll` from RenderDoc distribution into working directory, +and it will be automatically loaded during bgfx initialization. This allows +frame capture at any time by pressing **F11**. Download: [RenderDoc](https://renderdoc.org/builds) @@ -435,10 +436,12 @@ Other debuggers: | CodeXL | Linux/Win | | | x | | | | IntelGPA | Linux/OSX/Win | x | x | | x | | | RenderDoc | Win | | x | | | x | +| vogl | Linux | | | x | | x | Download: [APITrace](https://apitrace.github.io/) [CodeXL](http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/) +[vogl](https://github.com/ValveSoftware/vogl)-- SDL, GLFW, etc. ---------------