1Name 2 3 OES_fbo_render_mipmap 4 5Name Strings 6 7 GL_OES_fbo_render_mipmap 8 9Contact 10 11 Aaftab Munshi (amunshi@ati.com) 12 13Notice 14 15 Copyright (c) 2005-2013 The Khronos Group Inc. Copyright terms at 16 http://www.khronos.org/registry/speccopyright.html 17 18Specification Update Policy 19 20 Khronos-approved extension specifications are updated in response to 21 issues and bugs prioritized by the Khronos OpenGL ES Working Group. For 22 extensions which have been promoted to a core Specification, fixes will 23 first appear in the latest version of that core Specification, and will 24 eventually be backported to the extension document. This policy is 25 described in more detail at 26 https://www.khronos.org/registry/OpenGL/docs/update_policy.php 27 28IP Status 29 30 None. 31 32Status 33 34 Ratified by the Khronos BOP, July 22, 2005. 35 36Version 37 38 Last Modified Date: July 6, 2005 39 40Number 41 42 OpenGL ES Extension #27 43 44Dependencies 45 46 OpenGL ES 1.0 is required. 47 48 OES_framebuffer_object is required. 49 50Overview 51 52 OES_framebuffer_object allows rendering to the base level of a 53 texture only. This extension removes this limitation by 54 allowing implementations to support rendering to any mip-level 55 of a texture(s) that is attached to a framebuffer object(s). 56 57 If this extension is supported, FramebufferTexture2DOES, and 58 FramebufferTexture3DOES can be used to render directly into 59 any mip level of a texture image 60 61Issues 62 63 64New Tokens 65 66 None. 67 68New Procedures and Functions 69 70 None. 71 72Errors 73 74 None. 75 76New State 77 78 None. 79 80Revision History 81 82 7/6/2005 Aaftab Munshi Created the extension 83