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
c2398f34c0
commit
8c785b6be9
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ Supported rendering backends:
|
||||||
|
|
||||||
* Direct3D 9
|
* Direct3D 9
|
||||||
* Direct3D 11
|
* Direct3D 11
|
||||||
|
* Direct3D 12 (WIP)
|
||||||
* OpenGL 2.1
|
* OpenGL 2.1
|
||||||
* OpenGL 3.1+
|
* OpenGL 3.1+
|
||||||
* OpenGL ES 2
|
* OpenGL ES 2
|
||||||
|
@ -648,7 +649,6 @@ Todo
|
||||||
- texturec tool with support for all supported texture formats.
|
- texturec tool with support for all supported texture formats.
|
||||||
- Multiple vertex streams support.
|
- Multiple vertex streams support.
|
||||||
- Animated mesh example.
|
- Animated mesh example.
|
||||||
- Direct3D 12 renderer backend.
|
|
||||||
- Metal renderer backend (you can follow progress [here](https://github.com/attilaz/bgfx/tree/metal)).
|
- Metal renderer backend (you can follow progress [here](https://github.com/attilaz/bgfx/tree/metal)).
|
||||||
- Vulkan renderer backend.
|
- Vulkan renderer backend.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue