Home
last modified time | relevance | path

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

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