the Fiddler's picture

Convenience overloads are not documented

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.