
GLEnums.cs enum members in Version32 are not available in GetPName
Posted Friday, 13 August, 2010 - 19:51 by Seismic Bob| Project: | The Open Toolkit library |
| Version: | 1.0.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
The following members of enum Version 32 are not members of GetPName in OpenTK:
MaxVertexOutputComponents = ((int)0x9122), MaxGeometryInputComponents = ((int)0x9123), MaxGeometryOutputComponents = ((int)0x9124), MaxFragmentInputComponents = ((int)0x9125),
I therefore cannot access these from the GL.GetInteger method.
According to the release notes of OpenTK 1.0 rc1, "OpenGL 3.1 and 3.2 fucntions may be missing specific tokens. Please report any such issues." which is what I'm doing here.


Comments
#1
Thank you, fixed in gl4 branch, r2943.