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
41dfddf424
commit
0a4e54ffeb
1 changed files with 4 additions and 7 deletions
11
README.md
11
README.md
|
@ -20,6 +20,7 @@ Supported rendering backends:
|
||||||
Platforms:
|
Platforms:
|
||||||
|
|
||||||
* Android
|
* Android
|
||||||
|
* iOS
|
||||||
* Linux
|
* Linux
|
||||||
* Native Client
|
* Native Client
|
||||||
* OSX
|
* OSX
|
||||||
|
@ -263,15 +264,11 @@ Todo
|
||||||
- BlendFuncSeparate and BlendEquationSeparate.
|
- BlendFuncSeparate and BlendEquationSeparate.
|
||||||
- Blit between textures.
|
- Blit between textures.
|
||||||
- Occlusion queries.
|
- Occlusion queries.
|
||||||
- iOS support.
|
|
||||||
- DX11: MSAA.
|
- DX11: MSAA.
|
||||||
- Fullscreen mode.
|
- Fullscreen mode.
|
||||||
|
- GL: Add support for ARB_seamless_cube_map.
|
||||||
Notice
|
- GL/DX11: Add support for ARB_depth_clamp, DepthBiasClamp.
|
||||||
------
|
- Primitive scissor.
|
||||||
|
|
||||||
This is alpha software, and it lacks documentation and examples. If you're
|
|
||||||
interested to use it in your project, please let me know.
|
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue