Khronos Public Bugzilla
Bug 419 - enumext.spec, extension ARB_tesselation_shader
: enumext.spec, extension ARB_tesselation_shader
Status: NEW
Product: OpenGL
Classification: Unclassified
Component: Registry
: unspecified
: PC All
: P3 normal
: ---
Assigned To: Jon Leech
:
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-01-23 09:22 PST by giotis.nikos
Modified: 2011-01-23 09:22 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description giotis.nikos 2011-01-23 09:22:11 PST
From enumext.spec (

Line 2891: ARB_tessellation_shader enum:
           ...
Line 2902:     use VERSION_1_1			    QUADS

The constant QUADS is defined in VERSION_1_1_DEPRECATED section.

This should be changed to
    use VERSION_1_1_DEPRECATED    QUADS

and maybe be removed from ARB_tesselation_shader and be added to a new
ARB_tesselation_shader_DEPRECATED enum: