mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Updated README.
This commit is contained in:
parent
9e763e963d
commit
53be0d1bdf
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -466,10 +466,10 @@ Debugging and Profiling
|
||||||
|
|
||||||
### RenderDoc
|
### RenderDoc
|
||||||
|
|
||||||
Loading of RenderDoc is integrated in bgfx when using DX11 renderer. You can
|
Loading of RenderDoc is integrated in bgfx when using DX11 or OpenGL renderer.
|
||||||
drop in `renderdoc.dll` from RenderDoc distribution into working directory,
|
You can drop in `renderdoc.dll` from RenderDoc distribution into working
|
||||||
and it will be automatically loaded during bgfx initialization. This allows
|
directory, and it will be automatically loaded during bgfx initialization. This
|
||||||
frame capture at any time by pressing **F11**.
|
allows frame capture at any time by pressing **F11**.
|
||||||
|
|
||||||
Download: [RenderDoc](https://renderdoc.org/builds)
|
Download: [RenderDoc](https://renderdoc.org/builds)
|
||||||
|
|
||||||
|
@ -709,7 +709,7 @@ Contributors
|
||||||
Garett Bass ([@gtbass](https://github.com/gtbass)) - OSX port.
|
Garett Bass ([@gtbass](https://github.com/gtbass)) - OSX port.
|
||||||
Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and
|
Jeremie Roy ([@jeremieroy](https://github.com/jeremieroy)) - Font system and
|
||||||
examples.
|
examples.
|
||||||
Milos Tosic ([@milostosic](https://github.com/milostosic)) - 12-lod example.
|
Miloš Tošić ([@milostosic](https://github.com/milostosic)) - 12-lod example.
|
||||||
Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil,
|
Dario Manesku ([@dariomanesku](https://github.com/dariomanesku)) - 13-stencil,
|
||||||
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl
|
14-shadowvolumes, 15-shadowmaps-simple, 16-shadowmaps, 18-ibl
|
||||||
James Gray ([@james4k](https://github.com/james4k)) - Go language API bindings.
|
James Gray ([@james4k](https://github.com/james4k)) - Go language API bindings.
|
||||||
|
|
Loading…
Reference in a new issue