#include <GteDrawingState.h>
Protected Member Functions | |
DrawingState () | |
Protected Member Functions inherited from gte::GraphicsObject | |
GraphicsObject () | |
Additional Inherited Members | |
Public Member Functions inherited from gte::GraphicsObject | |
std::string const & | GetName () const |
GraphicsObjectType | GetType () const |
bool | IsBuffer () const |
bool | IsDrawingState () const |
bool | IsShader () const |
bool | IsTexture () const |
bool | IsTextureArray () const |
void | SetName (std::string const &name) |
virtual | ~GraphicsObject () |
Static Public Member Functions inherited from gte::GraphicsObject | |
static void | SubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
static void | UnsubscribeForDestruction (std::shared_ptr< ListenerForDestruction > const &listener) |
Protected Attributes inherited from gte::GraphicsObject | |
std::string | mName |
GraphicsObjectType | mType |
Definition at line 15 of file GteDrawingState.h.
|
protected |
Definition at line 13 of file GteDrawingState.cpp.