Home
last modified time | relevance | path

Searched defs:mipmapSize (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h406 s32 mipmapSize; //!< ミップマップサイズです。 member
460 DynamicBuilder& MipmapSize(s32 mipmapSize) in MipmapSize()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp647 for (s32 mipmapSize = m_Description.mipmapSize; mipmapSize > 0; --mipmapSize) in Create() local