Skip to main content
Module

x/evt/mod.ts>dom.WebGLContextAttributes

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.WebGLContextAttributes
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.ts";
const { WebGLContextAttributes } = dom;

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