Просмотр исходного кода

Merge branch 'master' of github.com:bkaradzic/bgfx

Branimir Karadžić 11 лет назад
Родитель
Сommit
a24cae4254
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -408,8 +408,8 @@ 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
 only with OpenGL ES 2.0 renderer, using anything other than that will result in
 build errors.
 build errors.
 
 
-Debugging
----------
+Debugging and Profiling
+-----------------------
 
 
 ### RenderDoc
 ### RenderDoc
 
 
@@ -435,12 +435,16 @@ Other debuggers:
 | APITrace  | Linux/OSX/Win |   x  |  x   |  x   |   x  |    x   |
 | APITrace  | Linux/OSX/Win |   x  |  x   |  x   |   x  |    x   |
 | CodeXL    | Linux/Win     |      |      |  x   |      |        |
 | CodeXL    | Linux/Win     |      |      |  x   |      |        |
 | IntelGPA  | Linux/OSX/Win |   x  |  x   |      |   x  |        |
 | IntelGPA  | Linux/OSX/Win |   x  |  x   |      |   x  |        |
+| Nsight    | Win           |   x  |  x   |  x   |      |        |
+| PerfHUD   | Win           |   x  |  x   |      |      |        |
 | RenderDoc | Win           |      |  x   |      |      |    x   |
 | RenderDoc | Win           |      |  x   |      |      |    x   |
 | vogl      | Linux         |      |      |  x   |      |    x   |
 | vogl      | Linux         |      |      |  x   |      |    x   |
 
 
 Download:  
 Download:  
 [APITrace](https://apitrace.github.io/)  
 [APITrace](https://apitrace.github.io/)  
 [CodeXL](http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/)  
 [CodeXL](http://developer.amd.com/tools-and-sdks/opencl-zone/codexl/)  
+[Nsight](https://developer.nvidia.com/nvidia-nsight-visual-studio-edition)  
+[PerfHUD](https://developer.nvidia.com/nvidia-perfhud)  
 [vogl](https://github.com/ValveSoftware/vogl)  
 [vogl](https://github.com/ValveSoftware/vogl)  
 
 
 SDL, GLFW, etc.
 SDL, GLFW, etc.