[Go to site: main page, start]

Interface CanvasSupportedComponents

interface CanvasSupportedComponents {
    offscreenCanvas: boolean;
    readPixelsRED: boolean;
    webGL2: boolean;
}
Index

Properties

offscreenCanvas: boolean

Is the OffscreenCanvas supported?

readPixelsRED: boolean

Is reading pixels in RED format supported?

webGL2: boolean

Is WebGL2 supported?