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.

interface OES_texture_half_float {
    HALF_FLOAT_OES: number;
}

Properties

Properties

HALF_FLOAT_OES: number

Generated using TypeDoc