Updated README.

This commit is contained in:
Branimir Karadžić 2014-12-13 12:57:27 -08:00
parent 9e763e963d
commit 53be0d1bdf

View file

@ -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.