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:
|
||||
|
||||
* Android
|
||||
* iOS
|
||||
* Linux
|
||||
* Native Client
|
||||
* OSX
|
||||
|
@ -263,15 +264,11 @@ Todo
|
|||
- BlendFuncSeparate and BlendEquationSeparate.
|
||||
- Blit between textures.
|
||||
- Occlusion queries.
|
||||
- iOS support.
|
||||
- DX11: MSAA.
|
||||
- Fullscreen mode.
|
||||
|
||||
Notice
|
||||
------
|
||||
|
||||
This is alpha software, and it lacks documentation and examples. If you're
|
||||
interested to use it in your project, please let me know.
|
||||
- GL: Add support for ARB_seamless_cube_map.
|
||||
- GL/DX11: Add support for ARB_depth_clamp, DepthBiasClamp.
|
||||
- Primitive scissor.
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue