Specialisation of VertexDeclaration for OpenGL Vertex Array Object usage. More...
#include <OgreGL3PlusVertexArrayObject.h>
Public Member Functions | |
GL3PlusVertexArrayObject () | |
~GL3PlusVertexArrayObject () | |
void | bind (void) |
Bind a VAO. More... | |
bool | isInitialised (void) |
void | setInitialised (bool flag) |
Protected Attributes | |
bool | mInitialised |
Is this VAO initialised? More... | |
GLuint | mVAO |
OpenGL id for the vertex array object. More... | |
Specialisation of VertexDeclaration for OpenGL Vertex Array Object usage.
Definition at line 37 of file OgreGL3PlusVertexArrayObject.h.
Ogre::GL3PlusVertexArrayObject::GL3PlusVertexArrayObject | ( | ) |
Ogre::GL3PlusVertexArrayObject::~GL3PlusVertexArrayObject | ( | ) |
void Ogre::GL3PlusVertexArrayObject::bind | ( | void | ) |
Bind a VAO.
bool Ogre::GL3PlusVertexArrayObject::isInitialised | ( | void | ) |
Definition at line 50 of file OgreGL3PlusVertexArrayObject.h.
References mInitialised.
void Ogre::GL3PlusVertexArrayObject::setInitialised | ( | bool | flag | ) |
Definition at line 51 of file OgreGL3PlusVertexArrayObject.h.
|
protected |
Is this VAO initialised?
Definition at line 43 of file OgreGL3PlusVertexArrayObject.h.
Referenced by isInitialised().
|
protected |
OpenGL id for the vertex array object.
Definition at line 41 of file OgreGL3PlusVertexArrayObject.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Oct 22 2017 04:04:15