MonobjcMonobjc Documented Class Library
glGetPixelMapfv Method (map, values)
NamespacesMonobjc.OpenGLGLglGetPixelMapfv(UInt32, IntPtr)

Original signature is 'extern void glGetPixelMapfv (GLenum map, GLfloat *values);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glGetPixelMapfv(
	uint map,
	IntPtr values
)
Public Shared Sub glGetPixelMapfv ( _
	map As UInteger, _
	values As IntPtr _
)
public:
static void glGetPixelMapfv(
	unsigned int map, 
	IntPtr values
)
Parameters
map (UInt32)

[Missing <param name="map"/> documentation for "M:Monobjc.OpenGL.GL.glGetPixelMapfv(System.UInt32,System.IntPtr)"]

values (IntPtr)

[Missing <param name="values"/> documentation for "M:Monobjc.OpenGL.GL.glGetPixelMapfv(System.UInt32,System.IntPtr)"]

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

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)