Interface

Gwebgl-0.1GwebglWebGLRenderingContextConstructorProps

interface ConstructorProps {
    alpha: boolean;
    antialias: boolean;
    depth: boolean;
    failIfMajorPerformanceCaveat: boolean;
    height: number;
    preferLowPowerToHighPerformance: boolean;
    premultipliedAlpha: boolean;
    preserveDrawingBuffer: boolean;
    stencil: boolean;
    width: number;
}

Hierarchy (View Summary)

Index

Properties

alpha: boolean
antialias: boolean
depth: boolean
failIfMajorPerformanceCaveat: boolean
height: number
preferLowPowerToHighPerformance: boolean
premultipliedAlpha: boolean
preserveDrawingBuffer: boolean
stencil: boolean
width: number