Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/GHOST_ISystem.h
| Context not available. | |||||
| * Never explicitly delete the context, use disposeContext() instead. | * Never explicitly delete the context, use disposeContext() instead. | ||||
| * \return The new context (or 0 if creation failed). | * \return The new context (or 0 if creation failed). | ||||
| */ | */ | ||||
| virtual GHOST_IContext *createOffscreenContext() = 0; | virtual GHOST_IContext *createOffscreenContext( | ||||
| GHOST_PlatformSupportCallbackPtr platform_support_callback) = 0; | |||||
| /** | /** | ||||
| * Dispose of a context. | * Dispose of a context. | ||||
| Context not available. | |||||