OES_fbo_render_mipmap
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.
Note: 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 |
---|
WebGL OES_fbo_render_mipmap Extension Specification (WebGL OES_fbo_render_mipmap Extension) |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
OES_fbo_render_mipmap |
No |
No |
71
67
|
No |
No |
14.1 |
No |
No |
No |
No |
14.5 |
No |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/OES_fbo_render_mipmap