Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h372 ushort mNumVertexAttributes; variable
458 mNumVertexAttributes = num; in setNumVertexAttributes()
463 return mNumVertexAttributes; in getNumVertexAttributes()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilities.cpp45 , mNumVertexAttributes(1) in RenderSystemCapabilities()
269 + StringConverter::toString(mNumVertexAttributes)); in log()