An enum for possible render context types
inline read onlyCAIRO:RenderContextType = "cairo"
Describes a Cairo render context
inline read onlyCANVAS:RenderContextType = "canvas"
Describes an HTML5 canvas render context
inline read onlyCUSTOM:RenderContextType = "custom"
Describes a custom render context
inline read onlyDOM:RenderContextType = "dom"
Describes an HTML5 DOM render context
inline read onlyFLASH:RenderContextType = "flash"
Describes a Flash render context
inline read onlyOPENGL:RenderContextType = "opengl"
Describes an OpenGL render context
inline read onlyOPENGLES:RenderContextType = "opengles"
Describes an OpenGL ES render context
inline read onlyWEBGL:RenderContextType = "webgl"
Describes a WebGL render context