MonobjcMonobjc Documented Class Library
glPixelMapfv Method (map, mapsize, values)
NamespacesMonobjc.OpenGLGLglPixelMapfv(UInt32, Int32, array<Single>[]()[][])

Original signature is 'extern void glPixelMapfv (GLenum map, GLint mapsize, const GLfloat *values);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glPixelMapfv(
	uint map,
	int mapsize,
	float[] values
)
Public Shared Sub glPixelMapfv ( _
	map As UInteger, _
	mapsize As Integer, _
	values As Single() _
)
public:
static void glPixelMapfv(
	unsigned int map, 
	int mapsize, 
	array<float>^ values
)
Parameters
map (UInt32)

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

mapsize (Int32)

[Missing <param name="mapsize"/> documentation for "M:Monobjc.OpenGL.GL.glPixelMapfv(System.UInt32,System.Int32,System.Single[])"]

values (array<Single>[]()[][])

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

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)