globjects
2.0.0.690708773bba
Strict OpenGL objects wrapper.
|
#include <globjects/include/globjects/Resource.h>
Public Member Functions | |
InvalidResource () | |
~InvalidResource () | |
Public Member Functions inherited from globjects::IDResource | |
IDResource (gl::GLuint id) | |
Public Member Functions inherited from globjects::AbstractResource | |
AbstractResource (bool hasOwnership) | |
virtual | ~AbstractResource () |
bool | hasOwnership () const |
Public Member Functions inherited from globjects::IDTrait | |
IDTrait (gl::GLuint id) | |
virtual | ~IDTrait () |
gl::GLuint | id () const |
Additional Inherited Members | |
Protected Member Functions inherited from globjects::IDResource | |
IDResource (gl::GLuint id, bool hasOwnership) | |
Protected Attributes inherited from globjects::AbstractResource | |
bool | m_hasOwnership |
Protected Attributes inherited from globjects::IDTrait | |
gl::GLuint | m_id |
globjects::InvalidResource::InvalidResource | ( | ) |
globjects::InvalidResource::~InvalidResource | ( | ) |