From 9b2d87d7e89f18651f32cc51b60d0067061ab47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 29 Aug 2014 21:21:20 -0700 Subject: [PATCH] Updated README. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8bef457e..14896235 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,19 @@ Certain platforms have only single choice, for example the Native Client works only with OpenGL ES 2.0 renderer, using anything other than that will result in build errors. +Debugging +--------- + +| Name | OS | DX9 | DX11 | GL | GLES | +|:-------------|:--------------|:----:|:----:|:----:|:----:| +| CodeXL | Win/Linux | | | x | | +| IntelGPA | Win/Linux/OSX | x | x | | x | +| RenderDoc | Win | | x | | | + +[CodeXL](http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/) +[IntelGPA](https://software.intel.com/en-us/vcsource/tools/intel-gpa) +[RenderDoc](http://cryengine.com/renderdoc) + SDL, GLFW, etc. ---------------