The WEBGL_debug_renderer_info extension is part of the WebGL API and exposes two constants with information about the graphics driver for debugging purposes.

interface WEBGL_debug_renderer_info {
    UNMASKED_RENDERER_WEBGL: number;
    UNMASKED_VENDOR_WEBGL: number;
}

Properties

UNMASKED_RENDERER_WEBGL: number
UNMASKED_VENDOR_WEBGL: number

Generated using TypeDoc