Updated README.

This commit is contained in:
Branimir Karadžić 2015-07-29 20:28:56 -07:00
parent c2398f34c0
commit 8c785b6be9

View file

@ -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.