OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::NULLVaoManager::Vao::VertexBinding Struct Reference

#include <OgreNULLVaoManager.h>

Public Member Functions

bool operator== (const VertexBinding &_r) const
 

Public Attributes

uint32 instancingDivisor
 
size_t offset
 
uint32 stride
 
VertexElement2Vec vertexElements
 

Member Function Documentation

◆ operator==()

bool Ogre::NULLVaoManager::Vao::VertexBinding::operator== ( const VertexBinding _r) const
inline

Member Data Documentation

◆ instancingDivisor

uint32 Ogre::NULLVaoManager::Vao::VertexBinding::instancingDivisor

Referenced by operator==().

◆ offset

size_t Ogre::NULLVaoManager::Vao::VertexBinding::offset

Referenced by operator==().

◆ stride

uint32 Ogre::NULLVaoManager::Vao::VertexBinding::stride

Referenced by operator==().

◆ vertexElements

VertexElement2Vec Ogre::NULLVaoManager::Vao::VertexBinding::vertexElements

Referenced by operator==().


The documentation for this struct was generated from the following file: