Web/API/OES fbo render mipmap

From Get docs


The OES_fbo_render_mipmap extension is part of the WebGL API and makes it possible to attach any level of a texture to a framebuffer object.

WebGL extensions are available using the WebGLRenderingContext.getExtension() method. For more information, see also Using Extensions in the WebGL tutorial.

Availability:  This extension is only available to WebGL 1.   In WebGL2, the functionality of this extension is available in the WebGL 2 context by default.


Examples

See the sample code in the Khronos specification.

Specifications

Specification Status
OES_fbo_render_mipmap Draft

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
OES_fbo_render_mipmap Chrome

No support No

Edge

No support No

Firefox Full support 71


Full support 71


Full support 67

Disabled'

Disabled' From version 67: this feature is behind the webgl.enable-draft-extensions preference (needs to be set to true). To change preferences in Firefox, visit about:config.

IE

No support No

Opera

No support No

Safari

No support No

WebView Android

No support No

Chrome Android

No support No

Firefox Android

No support No

Opera Android

No support No

Safari iOS

No support No

Samsung Internet Android

No support No

Legend

Full support  
Full support
No support  
No support
User must explicitly enable this feature.'
User must explicitly enable this feature.


See also