Home
last modified time | relevance | path

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

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusRenderSystem.h73 size_t mTextureMipmapCount; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp149 mTextureMipmapCount = 0; in GL3PlusRenderSystem()
925 mTextureMipmapCount = tex->getNumMipmaps(); in _setTexture()