Interface OES_texture_half_float

The OES_texture_half_float extension is part of the WebGL API and adds texture formats with 16- (aka half float) and 32-bit floating-point components.

MDN Reference

interface OES_texture_half_float {
    HALF_FLOAT_OES: 36193;
}

Properties

Properties

HALF_FLOAT_OES: 36193