Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/daybreak/src/web/mod.ts>WebGLContextAttributes

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Go to Latest
interface WebGLContextAttributes
Re-export
import { type WebGLContextAttributes } from "https://deno.land/x/daybreak@0.1.0/src/web/mod.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