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
2ab26d47a9
commit
39e53d11db
1 changed files with 5 additions and 1 deletions
|
@ -202,6 +202,9 @@ cross-platform shaders.
|
|||
|
||||
### Texture Compiler (texturec)
|
||||
|
||||
This tool doesn't currently exist. Use nvdxt, or any other tool that produces
|
||||
DDS textures for now.
|
||||
|
||||
### Geometry Compiler (geometryc)
|
||||
|
||||
Converts Wavefront .obj mesh file to format optimal for using with bgfx.
|
||||
|
@ -211,11 +214,12 @@ Todo
|
|||
|
||||
- Multiple render targets.
|
||||
- BlendFuncSeparate and BlendEquationSeparate.
|
||||
- Copy from texture to texture.
|
||||
- Blit between textures.
|
||||
- Occlusion queries.
|
||||
- iOS platforms.
|
||||
- DX11: MSAA.
|
||||
- GL: MSAA.
|
||||
- Fullscreen mode.
|
||||
|
||||
Notice
|
||||
------
|
||||
|
|
Loading…
Reference in a new issue