[Mono-bugs] [Bug 549927] MonoTouch's OpenTK implementaiton lacks glPointSizePointerOES binding

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 25 22:45:06 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=549927

User jpryor at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549927#c1


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jpryor at novell.com
         Resolution|                            |INVALID




--- Comment #1 from Jonathan Pryor <jpryor at novell.com>  2009-10-25 20:45:03 MDT ---
glPointSizePointerOES() exists, you're just looking in the wrong place.

You want GL.Oes.PointSizePointer().

Extensions (such as "OES") are placed into nested types, instead of encoding
the extension within the method name.  This is what upstream OpenTK does.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list