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

Properties

webGL2: boolean

Is WebGL2 supported?

readPixelsRED: boolean

Is reading pixels in RED format supported?

offscreenCanvas: boolean

Is the OffscreenCanvas supported?