OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::GLES2OldVertexArrayObject Class Reference

Specialisation of VertexDeclaration for OpenGL ES 2 Vertex Array Object usage. More...

#include <OgreGLES2VertexArrayObject.h>

Public Member Functions

 GLES2OldVertexArrayObject ()
 
 ~GLES2OldVertexArrayObject ()
 
void bind (void)
 Bind a VAO. More...
 
bool isInitialised (void)
 
void setInitialised (bool flag)
 

Detailed Description

Specialisation of VertexDeclaration for OpenGL ES 2 Vertex Array Object usage.

Constructor & Destructor Documentation

◆ GLES2OldVertexArrayObject()

Ogre::GLES2OldVertexArrayObject::GLES2OldVertexArrayObject ( )

◆ ~GLES2OldVertexArrayObject()

Ogre::GLES2OldVertexArrayObject::~GLES2OldVertexArrayObject ( )

Member Function Documentation

◆ bind()

void Ogre::GLES2OldVertexArrayObject::bind ( void  )

Bind a VAO.

◆ isInitialised()

bool Ogre::GLES2OldVertexArrayObject::isInitialised ( void  )
inline

◆ setInitialised()

void Ogre::GLES2OldVertexArrayObject::setInitialised ( bool  flag)
inline

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