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
1d6e895318
commit
7eaeed3829
1 changed files with 7 additions and 1 deletions
|
@ -21,6 +21,7 @@ Platforms:
|
||||||
* Android
|
* Android
|
||||||
* Native Client
|
* Native Client
|
||||||
* JavaScript (via Emscripten)
|
* JavaScript (via Emscripten)
|
||||||
|
* OSX
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
@ -203,7 +204,7 @@ Todo
|
||||||
- BlendFuncSeparate and BlendEquationSeparate.
|
- BlendFuncSeparate and BlendEquationSeparate.
|
||||||
- Copy from texture to texture.
|
- Copy from texture to texture.
|
||||||
- Occlusion queries.
|
- Occlusion queries.
|
||||||
- OSX and iOS platforms.
|
- iOS platforms.
|
||||||
- DX11: MSAA.
|
- DX11: MSAA.
|
||||||
- GL: MSAA.
|
- GL: MSAA.
|
||||||
|
|
||||||
|
@ -255,6 +256,11 @@ https://github.com/aras-p/glsl-optimizer
|
||||||
|
|
||||||
http://nothings.org/stb_image.c
|
http://nothings.org/stb_image.c
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
------------
|
||||||
|
|
||||||
|
Garett Bass (@gbass) - OSX port.
|
||||||
|
|
||||||
License (BSD 2-clause)
|
License (BSD 2-clause)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue