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

#include <OgreGL3PlusVaoManager.h>

Public Member Functions

bool operator== (const VertexBinding &_r) const
 

Public Attributes

GLuint instancingDivisor
 
size_t offset
 
GLsizei stride
 
GLuint vertexBufferVbo
 
VertexElement2Vec vertexElements
 

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ instancingDivisor

GLuint Ogre::GL3PlusVaoManager::Vao::VertexBinding::instancingDivisor

Referenced by operator==().

◆ offset

size_t Ogre::GL3PlusVaoManager::Vao::VertexBinding::offset

Referenced by operator==().

◆ stride

GLsizei Ogre::GL3PlusVaoManager::Vao::VertexBinding::stride

Referenced by operator==().

◆ vertexBufferVbo

GLuint Ogre::GL3PlusVaoManager::Vao::VertexBinding::vertexBufferVbo

Referenced by operator==().

◆ vertexElements

VertexElement2Vec Ogre::GL3PlusVaoManager::Vao::VertexBinding::vertexElements

Referenced by operator==().


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