Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface WebGLContextAttributes
import { type WebGLContextAttributes } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

Properties

optional
alpha: boolean
optional
antialias: boolean
optional
depth: boolean
optional
desynchronized: boolean
optional
failIfMajorPerformanceCaveat: boolean
optional
powerPreference: WebGLPowerPreference
optional
premultipliedAlpha: boolean
optional
preserveDrawingBuffer: boolean
optional
stencil: boolean