Edited wiki page through web user interface.

This commit is contained in:
castano 2008-02-12 00:09:29 +00:00
parent 25e9b35743
commit ea3736daaf

View File

@ -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.