Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WEBGL_debug_renderer_info

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 {
readonly UNMASKED_RENDERER_WEBGL: GLenum;
readonly UNMASKED_VENDOR_WEBGL: GLenum;
}

§Properties

§
readonly UNMASKED_RENDERER_WEBGL: GLenum
[src]
§
readonly UNMASKED_VENDOR_WEBGL: GLenum
[src]