OGLContext (object)¶
Members¶
| UInt32 | ID | |
| OSOGLContext | context | |
| OSOGLContext | tempCurrContext | |
| OGLWrapperGlobals | globals | |
| OGLStateCache | stateCache | |
| OGLCapabilities | capabilities | |
| Boolean | toDetachFromThreadContext | |
| Boolean | initializedVertexArrays | |
| Size | defaultVertexArray | |
| UInt32[] | frameBufferIDsToDelete | |
| LightLock | frameBufferIDsToDeleteLock | |
| UInt32[] | vertexArrayIDsToDelete | |
| LightLock | vertexArrayIDsToDeleteLock |
Methods¶
| OGLContext ( in OGLContext other ) | |
| OGLContext () | |
| OGLContext | clone ? () |
| Boolean | emulatedVertexArrayObjects ? () |
| initializeFromCurrentContext ! () | |
| Boolean | isValid ? () |
| prepareForDraw ! () | |
| ~OGLContext () |
Methods in detail¶
OGLContext ( in OGLContext other )
copy constructor
OGLContext ()
OGLContext OGLContext.clone? ()
clone method
Boolean OGLContext.emulatedVertexArrayObjects? ()
OGLContext.initializeFromCurrentContext! ()
Boolean OGLContext.isValid? ()
OGLContext.prepareForDraw! ()
~ OGLContext ()