|
Blender
V2.93
|
#include <GHOST_ContextNone.h>
Inherits GHOST_Context.
Public Member Functions | |
| GHOST_ContextNone (bool stereoVisual) | |
| GHOST_TSuccess | swapBuffers () |
| GHOST_TSuccess | activateDrawingContext () |
| GHOST_TSuccess | releaseDrawingContext () |
| GHOST_TSuccess | updateDrawingContext () |
| GHOST_TSuccess | initializeDrawingContext () |
| GHOST_TSuccess | releaseNativeHandles () |
| GHOST_TSuccess | setSwapInterval (int interval) |
| GHOST_TSuccess | getSwapInterval (int &intervalOut) |
Public Member Functions inherited from GHOST_Context | |
| GHOST_Context (bool stereoVisual) | |
| virtual | ~GHOST_Context () |
| bool | isStereoVisual () const |
| virtual bool | isUpsideDown () const |
| virtual unsigned int | getDefaultFramebuffer () |
Public Member Functions inherited from GHOST_IContext | |
| virtual | ~GHOST_IContext () |
Additional Inherited Members | |
Protected Member Functions inherited from GHOST_Context | |
| void | initContextGLEW () |
Static Protected Member Functions inherited from GHOST_Context | |
| static void | initClearGL () |
Protected Attributes inherited from GHOST_Context | |
| bool | m_stereoVisual |
Definition at line 30 of file GHOST_ContextNone.h.
|
inline |
Definition at line 32 of file GHOST_ContextNone.h.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 33 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
| intervalOut | Gets whatever was set by setSwapInterval. |
Reimplemented from GHOST_Context.
Definition at line 65 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 48 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 38 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 53 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Reimplemented from GHOST_Context.
Definition at line 58 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 28 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Reimplemented from GHOST_Context.
Definition at line 43 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.