Interface WTCGLExtensions

A list of enabled extenions.

interface WTCGLExtensions {
    EXT_color_buffer_float?: string;
    EXT_sRGB?: string;
    OES_element_index_uint?: string;
    OES_standard_derivatives?: string;
    OES_texture_float?: string;
    OES_texture_float_linear?: string;
    OES_texture_half_float?: string;
    OES_texture_half_float_linear?: string;
    WEBGL_depth_texture?: string;
    WEBGL_draw_buffers?: string;
}

Properties

EXT_color_buffer_float?: string
EXT_sRGB?: string
OES_element_index_uint?: string
OES_standard_derivatives?: string
OES_texture_float?: string
OES_texture_float_linear?: string
OES_texture_half_float?: string
OES_texture_half_float_linear?: string
WEBGL_depth_texture?: string
WEBGL_draw_buffers?: string