OSOGL.kl¶
Types¶
GLPixelBuffer (object)¶
Methods¶
GLPixelBuffer ( in GLPixelBuffer other ) | |
GLPixelBuffer () | |
GLPixelBuffer | clone ? () |
create ! ( in Integer height, in Integer width ) | |
reset ! () | |
~GLPixelBuffer () |
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 () |