HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GarchGLPlatformDebugContext Class Reference

#include <glPlatformDebugContext.h>

+ Inheritance diagram for GarchGLPlatformDebugContext:

Public Member Functions

virtual ~GarchGLPlatformDebugContext ()
 
GARCH_API void makeCurrent ()
 
GARCH_API voidchooseMacVisual ()
 
- Public Member Functions inherited from TfRefBase
 TfRefBase ()
 
size_t GetCurrentCount () const
 Return the current reference count of this object. More...
 
bool IsUnique () const
 Return true if only one TfRefPtr points to this object. More...
 
const TfRefCountGetRefCount () const
 
void SetShouldInvokeUniqueChangedListener (bool shouldCall)
 
- Public Member Functions inherited from TfWeakBase
 TfWeakBase ()
 
 TfWeakBase (const TfWeakBase &)
 
const TfWeakBase__GetTfWeakBase__ () const
 
const TfWeakBaseoperator= (const TfWeakBase &)
 
void EnableNotification2 () const
 
TF_API void constGetUniqueIdentifier () const
 

Static Public Member Functions

static
GarchGLPlatformDebugContextRefPtr 
New (int majorVersion, int minorVersion, bool coreProfile, bool directRenderering)
 
static GARCH_API bool IsEnabledDebugOutput ()
 
static GARCH_API bool IsEnabledCoreProfile ()
 
- Static Public Member Functions inherited from TfRefBase
static TF_API void SetUniqueChangedListener (UniqueChangedListener listener)
 

Public Attributes

std::unique_ptr
< GarchGLPlatformDebugContextPrivate > 
_private
 
bool _coreProfile
 

Protected Member Functions

GARCH_API GarchGLPlatformDebugContext (int majorVersion, int minorVersion, bool coreProfile, bool directRenderering)
 
- Protected Member Functions inherited from TfRefBase
virtual TF_API ~TfRefBase ()
 
- Protected Member Functions inherited from TfWeakBase
 ~TfWeakBase ()
 
TfRefPtr< Tf_Remnant_Register () const
 
template<class T >
TfRefPtr< Tf_Remnant_Register (T *tempRmnt) const
 
bool _HasRemnant () const
 

Additional Inherited Members

- Public Types inherited from TfRefBase
typedef void(* UniqueChangedFuncPtr )(TfRefBase const *, bool)
 

Detailed Description

Platform specific context (e.g. X11/GLX) which supports debug output.

Definition at line 45 of file glPlatformDebugContext.h.

Constructor & Destructor Documentation

virtual GarchGLPlatformDebugContext::~GarchGLPlatformDebugContext ( )
virtual
GARCH_API GarchGLPlatformDebugContext::GarchGLPlatformDebugContext ( int  majorVersion,
int  minorVersion,
bool  coreProfile,
bool  directRenderering 
)
protected

Member Function Documentation

GARCH_API void* GarchGLPlatformDebugContext::chooseMacVisual ( )
static GARCH_API bool GarchGLPlatformDebugContext::IsEnabledCoreProfile ( )
static
static GARCH_API bool GarchGLPlatformDebugContext::IsEnabledDebugOutput ( )
static
GARCH_API void GarchGLPlatformDebugContext::makeCurrent ( )
static GarchGLPlatformDebugContextRefPtr GarchGLPlatformDebugContext::New ( int  majorVersion,
int  minorVersion,
bool  coreProfile,
bool  directRenderering 
)
inlinestatic

Definition at line 49 of file glPlatformDebugContext.h.

Member Data Documentation

bool GarchGLPlatformDebugContext::_coreProfile

Definition at line 72 of file glPlatformDebugContext.h.

std::unique_ptr<GarchGLPlatformDebugContextPrivate> GarchGLPlatformDebugContext::_private

Definition at line 71 of file glPlatformDebugContext.h.


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