[MonoTouch] OpenTK GL.Oes.Mapbuffer Access flags missing

Don Freiling don.freiling at librestream.com
Fri Oct 7 12:11:12 EDT 2011


The OpenTK.Graphics.ES11 namespace contains the method:
public static IntPtr<http://docs.go-mono.com/monodoc.ashx?link=T%3aSystem.IntPtr> MapBuffer (All<http://docs.go-mono.com/monodoc.ashx?link=T%3aOpenTK.Graphics.ES11.All> target, All<http://docs.go-mono.com/monodoc.ashx?link=T%3aOpenTK.Graphics.ES11.All> access)

The only valid flags for access are ReadOnly, WriteOnly and ReadWrite.

The All enumeration is missing the ReadOnly and ReadWrite flags. How do I set up a buffer with read access?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111007/53e75ccf/attachment-0001.html 


More information about the MonoTouch mailing list