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

Properties

offscreenCanvas: boolean

Is the OffscreenCanvas supported?

readPixelsRED: boolean

Is reading pixels in RED format supported?

webGL2: boolean

Is WebGL2 supported?