Bike-X
0.8
|
#include "CAPI_DistortionRenderer.h"
Public Member Functions | |
GraphicsState () | |
virtual | ~GraphicsState () |
virtual void | Save ()=0 |
virtual void | Restore ()=0 |
Public Member Functions inherited from OVR::RefCountBase< GraphicsState > | |
OVR_FORCE_INLINE | RefCountBase () |
Public Member Functions inherited from OVR::RefCountBaseStatImpl< RefCountImpl > | |
RefCountBaseStatImpl () | |
Public Member Functions inherited from OVR::RefCountImpl | |
void | AddRef () |
void | Release () |
Public Member Functions inherited from OVR::RefCountImplCore | |
OVR_FORCE_INLINE | RefCountImplCore () |
virtual | ~RefCountImplCore () |
int | GetRefCount () const |
void | operator= (const RefCountImplCore &) |
Protected Attributes | |
bool | IsValid |
Protected Attributes inherited from OVR::RefCountImplCore | |
volatile int | RefCount |
Additional Inherited Members | |
Static Public Member Functions inherited from OVR::RefCountImplCore | |
static void | checkInvalidDelete (RefCountImplCore *) |
Definition at line 94 of file CAPI_DistortionRenderer.h.
|
inline |
Definition at line 97 of file CAPI_DistortionRenderer.h.
|
inlinevirtual |
Definition at line 98 of file CAPI_DistortionRenderer.h.
|
pure virtual |
Implemented in OVR::CAPI::GL::DistortionRenderer::GraphicsState.
|
pure virtual |
Implemented in OVR::CAPI::GL::DistortionRenderer::GraphicsState.
|
protected |
Definition at line 103 of file CAPI_DistortionRenderer.h.