#include <GteGL4GraphicsObject.h>
Public Member Functions | |
GLuint | GetGLHandle () const |
virtual void | SetName (std::string const &name) override |
Public Member Functions inherited from gte::GEObject | |
GraphicsObject * | GetGraphicsObject () const |
std::string const & | GetName () const |
virtual | ~GEObject () |
Protected Member Functions | |
GL4GraphicsObject (GraphicsObject const *gtObject) | |
Protected Member Functions inherited from gte::GEObject | |
GEObject (GraphicsObject const *gtObject) | |
Protected Attributes | |
GLuint | mGLHandle |
Protected Attributes inherited from gte::GEObject | |
GraphicsObject * | mGTObject |
std::string | mName |
Definition at line 16 of file GteGL4GraphicsObject.h.
|
protected |
Definition at line 12 of file GteGL4GraphicsObject.cpp.
|
inline |
Definition at line 33 of file GteGL4GraphicsObject.h.
|
overridevirtual |
Implements gte::GEObject.
Definition at line 19 of file GteGL4GraphicsObject.cpp.
|
protected |
Definition at line 30 of file GteGL4GraphicsObject.h.