|
Blender
V3.3
|
#include <GHOST_ContextNone.h>
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 () |
| void * | getUserData () |
| void | setUserData (void *user_data) |
| 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 |
| void * | m_user_data = nullptr |
Definition at line 14 of file GHOST_ContextNone.h.
|
inline |
Definition at line 16 of file GHOST_ContextNone.h.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 17 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 49 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 32 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 22 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 37 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Reimplemented from GHOST_Context.
Definition at line 42 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Implements GHOST_Context.
Definition at line 12 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.
|
virtual |
Dummy function
Reimplemented from GHOST_Context.
Definition at line 27 of file GHOST_ContextNone.cpp.
References GHOST_kSuccess.