GX_GetTexBufferSize
Posted: Sun Jul 26, 2009 6:04 pm
Hello,
I'm not sure it's a bug, but :
GX_GetTexBufferSize(512, 512, GX_TF_RGBA8, GX_TRUE, 4)
returns 1392640 which equals : (512x512 + 256x256 + 128x128 + 64x64) * 4
Isn't it supposed to add 32x32 too ? The first LOD is 0, and the max LOD is 4, so we should have 5 LODs, shouldn't we?
Thanks.
I'm not sure it's a bug, but :
GX_GetTexBufferSize(512, 512, GX_TF_RGBA8, GX_TRUE, 4)
returns 1392640 which equals : (512x512 + 256x256 + 128x128 + 64x64) * 4
Isn't it supposed to add 32x32 too ? The first LOD is 0, and the max LOD is 4, so we should have 5 LODs, shouldn't we?
Thanks.