baseVertexPointerToElement(void *pBase, void **pElem) const | Ogre::VertexElement | |
baseVertexPointerToElement(void *pBase, float **pElem) const | Ogre::VertexElement | |
baseVertexPointerToElement(void *pBase, RGBA **pElem) const | Ogre::VertexElement | |
baseVertexPointerToElement(void *pBase, unsigned char **pElem) const | Ogre::VertexElement | |
baseVertexPointerToElement(void *pBase, unsigned short **pElem) const | Ogre::VertexElement | |
convertColourValue(VertexElementType srcType, VertexElementType dstType, uint32 *ptr) | Ogre::VertexElement | [static] |
convertColourValue(const ColourValue &src, VertexElementType dst) | Ogre::VertexElement | [static] |
getBaseType(VertexElementType multiType) | Ogre::VertexElement | [static] |
getBestColourVertexElementType(void) | Ogre::VertexElement | [static] |
getIndex(void) const | Ogre::VertexElement | |
getOffset(void) const | Ogre::VertexElement | |
getSemantic(void) const | Ogre::VertexElement | |
getSize(void) const | Ogre::VertexElement | |
getSource(void) const | Ogre::VertexElement | |
getType(void) const | Ogre::VertexElement | |
getTypeCount(VertexElementType etype) | Ogre::VertexElement | [static] |
getTypeSize(VertexElementType etype) | Ogre::VertexElement | [static] |
mIndex | Ogre::VertexElement | [protected] |
mOffset | Ogre::VertexElement | [protected] |
mSemantic | Ogre::VertexElement | [protected] |
mSource | Ogre::VertexElement | [protected] |
mType | Ogre::VertexElement | [protected] |
multiplyTypeCount(VertexElementType baseType, unsigned short count) | Ogre::VertexElement | [static] |
operator==(const VertexElement &rhs) const | Ogre::VertexElement | |
VertexElement(unsigned short source, size_t offset, VertexElementType theType, VertexElementSemantic semantic, unsigned short index=0) | Ogre::VertexElement | |