mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated README.
This commit is contained in:
16
README.md
16
README.md
@@ -411,10 +411,22 @@ build errors.
|
||||
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**.
|
||||
|
||||
Download: [RenderDoc](https://renderdoc.org/builds)
|
||||
|
||||
### IntelGPA
|
||||
|
||||
Right click **Intel GPA Monitor** tray icon, choose preferences, check
|
||||
"Auto-detect launched applications" option. Find `InjectionList.txt` in GPA
|
||||
directory and add `examples-*` to the list.
|
||||
|
||||
Download: [IntelGPA](https://software.intel.com/en-us/vcsource/tools/intel-gpa)
|
||||
|
||||
Other debuggers:
|
||||
|
||||
| Name | OS | DX9 | DX11 | GL | GLES | Source |
|
||||
@@ -424,11 +436,9 @@ Other debuggers:
|
||||
| IntelGPA | Linux/OSX/Win | x | x | | x | |
|
||||
| RenderDoc | Win | | x | | | x |
|
||||
|
||||
Download:
|
||||
[APITrace](https://apitrace.github.io/)
|
||||
[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.
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user