OGLPerThreadContexts (object)¶
Members¶
| Boolean | tracingEnabled | |
| Boolean | perThreadDrawContextsInitialized | |
| Boolean | perThreadDummyContextsInitialized |
Methods¶
| OGLPerThreadContexts ( in OGLPerThreadContexts other ) | |
| OGLPerThreadContexts () | |
| OGLPerThreadContexts | clone ? () |
| Ref<Object> | getCurrentContextWrapper ? () |
| Boolean | hasDrawSharedContext ! () |
| preparePerThreadContexts ! ( in Boolean currentContextIsDrawContext, in Boolean initAllThreads ) | |
| setCurrentContextWrapper ! ( in Ref<Object> contextWrapper, in Boolean ownedByThread ) | |
| setupContext ! ( in Boolean preserveExternalContextIfAny, io Boolean hasExternalContext ) | |
| ~OGLPerThreadContexts () |
Methods in detail¶
OGLPerThreadContexts ( in OGLPerThreadContexts other )
copy constructor
OGLPerThreadContexts OGLPerThreadContexts.clone? ()
clone method
Ref<Object> OGLPerThreadContexts.getCurrentContextWrapper? ()
Boolean OGLPerThreadContexts.hasDrawSharedContext! ()
OGLPerThreadContexts.preparePerThreadContexts! ( in Boolean currentContextIsDrawContext, in Boolean initAllThreads )
OGLPerThreadContexts.setCurrentContextWrapper! ( in Ref<Object> contextWrapper, in Boolean ownedByThread )
OGLPerThreadContexts.setupContext! ( in Boolean preserveExternalContextIfAny, io Boolean hasExternalContext )
~ OGLPerThreadContexts ()