FFL
Loading...
Searching...
No Matches
FFLiMipMapUtil.h
Go to the documentation of this file.
1#ifndef FFLI_MIP_MAP_UTIL_H_
2#define FFLI_MIP_MAP_UTIL_H_
3
4#include <nn/ffl/types.h>
5
6s32 FFLiGetMipMapNum(s32 width, s32 height);
7u32 FFLiGetMipMapLevelSize(u32 size, u32 mipLevel);
8
9#endif // FFLI_MIP_MAP_UTIL_H_
s32 FFLiGetMipMapNum(s32 width, s32 height)
Definition FFLiMipMapUtil.cpp:3
u32 FFLiGetMipMapLevelSize(u32 size, u32 mipLevel)
Definition FFLiMipMapUtil.cpp:18