Name OES_fbo_render_mipmap Name Strings GL_OES_fbo_render_mipmap Contact Aaftab Munshi (amunshi@ati.com) IP Status None. Status Ratified by the Khronos BOP, July 22, 2005. Version Last Modified Date: July 6, 2005 Number OpenGL ES Extension #27 Dependencies OpenGL ES 1.0 is required. OES_framebuffer_object is required. Overview OES_framebuffer_object allows rendering to the base level of a texture only. This extension removes this limitation by allowing implementations to support rendering to any mip-level of a texture(s) that is attached to a framebuffer object(s). If this extension is supported, FramebufferTexture2DOES, and FramebufferTexture3DOES can be used to render directly into any mip level of a texture image Issues New Tokens None. New Procedures and Functions None. Errors None. New State None. Revision History 7/6/2005 Aaftab Munshi Created the extension