Bugzilla – Bug 416
enumext.spec, sections VERSION_3_0, VERSION_3_0_DEPRECATED
Last modified: 2013-06-13 03:46:30 PDT
From enumext.spec Line 1105: VERSION_3_0 enum: ... Line 1225: use ARB_framebuffer_object INDEX ... Line 1333: VERSION_3_0_DEPRECATED enum: ... Line 1338: use ARB_framebuffer_object TEXTURE_LUMINANCE_TYPE Line 1339: use ARB_framebuffer_object TEXTURE_INTENSITY_TYPE Enums INDEX, TEXTURE_LUMINACE_TYPE and TEXTURE_INTENSITY_TYPE (lines 1225, 1338 and 1339) are all defined in section ARB_framebuffer_object_DEPRECATED (right after line 2451) and not in section ARB_framebuffer_object.
This should be fixed in the new XML API Registry and in the headers generated from that; see http://www.opengl.org/registry/#specfiles https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/ We don't plan to maintain the old .spec files going forward and it will not be fixed there; we'd like people to migrate to using the XML registry for whatever external purposes they might be using .spec for today, because .spec files are just too painful for us to keep maintaining.