the Fiddler's picture

Add support for OpenGL 3.3 tokens

Project:The Open Toolkit library
Version:1.1-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:open
Description

This task overlaps with #1628: Add support for OpenGL 4.0 tokens.

The first step is to update gl.spec, enum.spec and enumext.spec with the versions found in http://opengl.org/registry. (Care should be taken with enumext.spec, as the last few hundred lines are custom).

The second step is to collect the new enum tokens into actual .Net enums and update gloverrides.xml to make the generated bindings use those new enums. This part requires help by the community: for each new 3.3 method, we need to identify which parameters it can take (using the PDF spec) and suggest a good name for the new enum.

Anyone willing to help, please make a post below.


Comments

Inertia's picture

#3

Assigned to:Inertia» Anonymous
Status:in progress» open