Skip to main content
Module

x/gluten/mod.ts>WebGLContextAttributes

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
interface WebGLContextAttributes
import { type WebGLContextAttributes } from "https://deno.land/x/gluten@0.1.2/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