Original signature is 'extern void glGetMapfv (GLenum target, GLenum query, GLfloat *v);'

C# | Visual Basic | Visual C++ |
Public Shared Sub glGetMapfv ( _ target As UInteger, _ query As UInteger, _ <OutAttribute> ByRef v As Single _ )
public: static void glGetMapfv( unsigned int target, unsigned int query, [OutAttribute] float% v )

- target (UInt32)
[Missing <param name="target"/> documentation for "M:Monobjc.OpenGL.GL.glGetMapfv(System.UInt32,System.UInt32,System.Single@)"]
- query (UInt32)
[Missing <param name="query"/> documentation for "M:Monobjc.OpenGL.GL.glGetMapfv(System.UInt32,System.UInt32,System.Single@)"]
- v (Single%)
[Missing <param name="v"/> documentation for "M:Monobjc.OpenGL.GL.glGetMapfv(System.UInt32,System.UInt32,System.Single@)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)