Interface IGLCanvasContext

画布(WebGL)上下文信息。

Hierarchy

  • WebGLContextAttributes
    • IGLCanvasContext

Properties

alpha?: boolean
antialias?: boolean
canvasId?: string

画布编号。

contextId?: "webgl" | "webgl2"

WebGL上下文类型

depth?: boolean
desynchronized?: boolean
failIfMajorPerformanceCaveat?: boolean
powerPreference?: WebGLPowerPreference
premultipliedAlpha?: boolean
preserveDrawingBuffer?: boolean
stencil?: boolean

Generated using TypeDoc