Open GLContext
OpenGLContext open object.
Properties
Context attached display type
Encoding.
Fonts modifiers
Render buffer output type
Context attached physical / logical pixel ratio
System rendering context address (platform-dependent)
Textures scale factor.
Functions
The function is called when the SDK request an operation on the context.
Make no GL context the current context. After this method no GL functions will be called by the engine.
Create a new GL context.
Check if delayed initialization is required By returning true, all OpenGL context dependent objects ( screens, canvases, views ) will be initialized on the first Screen.render call The delay initialization can be used when OpenGL context dependent objects are created before the context is ready to use
Get initialized status.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Make this context the current OpenGL rendering context. All GL functions you call operate on this context until another context is made current.
GL context owner render request This notification is sent only when a screen render rule is set to ERR_Automatic