OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
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

◆ offset

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

◆ stride

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

◆ vertexBufferVbo

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

◆ vertexElements

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

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