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

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

Declaration Syntax
C#Visual BasicVisual C++
public static void glGetPixelMapfv(
	uint map,
	out float values
)
Public Shared Sub glGetPixelMapfv ( _
	map As UInteger, _
	<OutAttribute> ByRef values As Single _
)
public:
static void glGetPixelMapfv(
	unsigned int map, 
	[OutAttribute] float% values
)
Parameters
map (UInt32)

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

values (Single%)

[Missing <param name="values"/> documentation for "M:Monobjc.OpenGL.GL.glGetPixelMapfv(System.UInt32,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)