mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Updated README.
This commit is contained in:
parent
80f2044a7c
commit
c48226adc7
1 changed files with 6 additions and 3 deletions
|
@ -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.
|
||||
---------------
|
||||
|
|
Loading…
Reference in a new issue