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
19dd4020f4
commit
802cd87768
1 changed files with 5 additions and 3 deletions
|
@ -274,8 +274,10 @@ cross-platform shaders.
|
|||
|
||||
### Texture Compiler (texturec)
|
||||
|
||||
This tool doesn't currently exist. Use nvdxt, or any other tool that produces
|
||||
DDS textures for now.
|
||||
This tool doesn't currently exist. To produce DDS or KTX textures use:
|
||||
|
||||
[.dds - nVidia Texture Tools - DDS Utilities](https://developer.nvidia.com/legacy-texture-tools)
|
||||
[.ktx - Mali GPU Texture Compression Tool](http://malideveloper.arm.com/develop-for-mali/mali-gpu-texture-compression-tool/)
|
||||
|
||||
### Geometry Compiler (geometryc)
|
||||
|
||||
|
@ -290,7 +292,7 @@ Todo
|
|||
- Occlusion queries.
|
||||
- DX11: MSAA.
|
||||
- Fullscreen mode.
|
||||
- GLES: Support for ETC1 and PVR compressed textures.
|
||||
- GLES: Support for PVR compressed textures.
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue