OSOGLContext (object)¶
Methods¶
| OSOGLContext ( in OSOGLContext other ) | |
| OSOGLContext () | |
| OSOGLContext | clone ? () |
| create ! ( in Integer width, in Integer height ) | |
| createShared ! ( in Integer width, in Integer height, in OSOGLContext sharedContext ) | |
| destroy ! () | |
| UInt64 | getID ? () |
| String | getIDString ? () |
| Boolean | isSameContext ? ( in OSOGLContext other ) |
| Boolean | isValid ? () |
| makeCurrent ? () | |
| setFromCurrent ! () | |
| ~OSOGLContext () |
Methods in detail¶
OSOGLContext ( in OSOGLContext other )
copy constructor
OSOGLContext ()
default constructor
OSOGLContext OSOGLContext.clone? ()
clone method
OSOGLContext.create! ( in Integer width, in Integer height )
OSOGLContext.createShared! ( in Integer width, in Integer height, in OSOGLContext sharedContext )
OSOGLContext.destroy! ()
UInt64 OSOGLContext.getID? ()
String OSOGLContext.getIDString? ()
Boolean OSOGLContext.isSameContext? ( in OSOGLContext other )
Boolean OSOGLContext.isValid? ()
OSOGLContext.makeCurrent? ()
OSOGLContext.setFromCurrent! ()
~ OSOGLContext ()