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

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.

interface OES_texture_half_float {
readonly HALF_FLOAT_OES: GLenum;
}

§Properties

§
readonly HALF_FLOAT_OES: GLenum
[src]