From 802cd877680133852c288f78a7611e70012ec16a Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 2 Sep 2013 18:34:04 -0700 Subject: [PATCH] Updated README. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ef3b7e6..3bea9b58 100644 --- a/README.md +++ b/README.md @@ -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 -------