RenderingContext OffscreenCanvas.getContext(string contextType)

基础库 2.7.0 开始支持,低版本需做兼容处理

该方法返回 OffscreenCanvas 的绘图上下文

参数

string contextType

contextType 的合法值

说明最低版本
webgl创建 WebGL 绘图上下文
2d创建 2d 绘图上下文2.14.4

返回值

RenderingContext

注意不允许混用 WebGL 和 2d 绘图上下文