
Convenience overloads are not documented
Posted Thursday, 11 March, 2010 - 09:06 by the Fiddler| Project: | The Open Toolkit library |
| Version: | 1.0-beta-3 |
| Component: | Documentation |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | open |
Description
For example, (autogenerated) VertexAttribPointer(..., IntPtr) is documented, while (written-by-hand) VertexAttribPointer(..., int) is not.
Solution: copy the relevant docs over from GL.cs to GLHelper.cs.

