
Enum: EXT Stencil Wrap (Version14) [done!]
Posted Tuesday, 1 January, 2008 - 16:15 by Inertia inhttp://www.opengl.org/registry/specs/EXT/stencil_wrap.txt
// add to Enum: StencilOp IncrWrap = ( (int) 0x8507 ), DecrWrap = ( (int) 0x8508 ),

http://www.opengl.org/registry/specs/EXT/stencil_wrap.txt
// add to Enum: StencilOp IncrWrap = ( (int) 0x8507 ), DecrWrap = ( (int) 0x8508 ),
Comments
This is what is left of
This is what is left of Version14 now. The last Extension already is in appropriate OpenTK enums, with the suffix Ext.
Same as with Texture3D, I recommend either keep it as is, or refactoring the *Ext tokens directly in your source code.
Version14 is complete.
Version14 is complete.