From 39e53d11db4e5419ffc8116ba64bb8f7f1592e92 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 19 Feb 2013 20:35:55 -0800 Subject: [PATCH] Updated readme. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29230aeb..8fe7c329 100644 --- a/README.md +++ b/README.md @@ -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 ------