Skip to main content
Module

x/caviar/deps.ts>WebGLContextAttributes

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
interface WebGLContextAttributes
Re-export
import { type WebGLContextAttributes } from "https://deno.land/x/caviar@2.3.1/deps.ts";

Properties

optional
alpha: boolean
optional
depth: boolean
optional
stencil: boolean
optional
antialias: boolean
optional
premultipliedAlpha: boolean
optional
preserveDrawingBuffer: boolean
optional
powerPreference: "default" | "high-performance" | "low-power"
optional
failIfMajorPerformanceCaveat: boolean
optional
desynchronized: boolean