From c635b6cff9fbd22523780e4d920bdf5a23af57c1 Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 26 Aug 2009 00:23:28 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/ApiDocumentation.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/ApiDocumentation.wiki b/wiki/ApiDocumentation.wiki index a68772f..1f4f39d 100644 --- a/wiki/ApiDocumentation.wiki +++ b/wiki/ApiDocumentation.wiki @@ -460,7 +460,7 @@ For example, to select the RGB 5:6:5 output format you would use the following c compressionOptions.setPixelFormat(16, 0x001F, 0x07E0, 0xF800, 0); }}} -The second function assumes that the colors are in RGBA order and that there are no padding bits between color components. However, colors don't have any size limitation. This function is specially useful to output floating point color formats, whose size is generally greater than 32 bits. +The second function is only available in NVTT 2.0. It assumes that the colors are in RGBA order and that there are no padding bits between color components. However, colors don't have any size limitation. This function is specially useful to output floating point color formats, whose size is generally greater than 32 bits. To indicate that the desired output is in floating point, you should use the following function: