mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updated README.
This commit is contained in:
parent
3318053355
commit
9b2d87d7e8
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -397,6 +397,19 @@ Certain platforms have only single choice, for example the Native Client works
|
||||||
only with OpenGL ES 2.0 renderer, using anything other than that will result in
|
only with OpenGL ES 2.0 renderer, using anything other than that will result in
|
||||||
build errors.
|
build errors.
|
||||||
|
|
||||||
|
Debugging
|
||||||
|
---------
|
||||||
|
|
||||||
|
| Name | OS | DX9 | DX11 | GL | GLES |
|
||||||
|
|:-------------|:--------------|:----:|:----:|:----:|:----:|
|
||||||
|
| CodeXL | Win/Linux | | | x | |
|
||||||
|
| IntelGPA | Win/Linux/OSX | x | x | | x |
|
||||||
|
| RenderDoc | Win | | x | | |
|
||||||
|
|
||||||
|
[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.
|
SDL, GLFW, etc.
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue