mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 03:47:07 -05:00
Updated README.
This commit is contained in:
parent
6be21f05db
commit
beb2e79ba1
1 changed files with 6 additions and 0 deletions
|
@ -411,6 +411,12 @@ build errors.
|
||||||
Debugging
|
Debugging
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
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**.
|
||||||
|
|
||||||
|
Other debuggers:
|
||||||
|
|
||||||
| Name | OS | DX9 | DX11 | GL | GLES | Source |
|
| Name | OS | DX9 | DX11 | GL | GLES | Source |
|
||||||
|:----------|:--------------|:----:|:----:|:----:|:----:|:------:|
|
|:----------|:--------------|:----:|:----:|:----:|:----:|:------:|
|
||||||
| APITrace | Linux/OSX/Win | x | x | x | x | x |
|
| APITrace | Linux/OSX/Win | x | x | x | x | x |
|
||||||
|
|
Loading…
Reference in a new issue