The RenderContext
provides access to rendering for a Lime Window
.
Only one render context type is used at once, but when OPENGL
or
OPENGLES
is the context type, compatibility contexts for other
forms of GL (such as WebGL) may be available also.
Variables
read onlycanvas2D:Canvas2DRenderContext
Access to the current HTML5 canvas render context, if available