Updated README.

This commit is contained in:
bkaradzic 2013-09-02 18:34:04 -07:00
parent 19dd4020f4
commit 802cd87768

View file

@ -274,8 +274,10 @@ cross-platform shaders.
### Texture Compiler (texturec) ### Texture Compiler (texturec)
This tool doesn't currently exist. Use nvdxt, or any other tool that produces This tool doesn't currently exist. To produce DDS or KTX textures use:
DDS textures for now.
[.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) ### Geometry Compiler (geometryc)
@ -290,7 +292,7 @@ Todo
- Occlusion queries. - Occlusion queries.
- DX11: MSAA. - DX11: MSAA.
- Fullscreen mode. - Fullscreen mode.
- GLES: Support for ETC1 and PVR compressed textures. - GLES: Support for PVR compressed textures.
Contact Contact
------- -------