Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp542 NW_ASSERT(m_Description.mipmapSize > 0); in Create()
601 textureData->m_MipmapSize = m_Description.mipmapSize; in Create()
647 for (s32 mipmapSize = m_Description.mipmapSize; mipmapSize > 0; --mipmapSize) in Create() local
653 textureData->m_MipmapSize = m_Description.mipmapSize - mipmapSize + 1; in Create()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h406 s32 mipmapSize; //!< ミップマップサイズです。 member
417 mipmapSize(0), in Description()
460 DynamicBuilder& MipmapSize(s32 mipmapSize) in MipmapSize() argument
462 m_Description.mipmapSize = mipmapSize; in MipmapSize()