Skip to main content
Module

x/evt/lib/types/lib.dom.ts>WebGLContextAttributes

💧EventEmitter's typesafe replacement
Go to Latest
interface WebGLContextAttributes
import { type WebGLContextAttributes } from "https://deno.land/x/evt@v2.3.1/lib/types/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