From ea3736daafeb74a76e6eb2aa0cde07ae6fcd97e5 Mon Sep 17 00:00:00 2001 From: castano Date: Tue, 12 Feb 2008 00:09:29 +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 f6b1aa9..32e80c9 100644 --- a/wiki/ApiDocumentation.wiki +++ b/wiki/ApiDocumentation.wiki @@ -99,7 +99,7 @@ bool InputOptions::setMipmapData(const void * data, int w, int h, int d, int fac NVTT internally allocates a copy of the provided data, that allows you to delete or reuse the memory. -If the width, height or depth of the provided mipmap does not match the one expected by the layout the function returns false, otherwise it returns true. +If the width, height or depth of the provided mipmap does not match the one expected by the layout, then the function returns false, otherwise it returns true. Again, since 3D textures are not supported, the depth argument should always be set to 1.