MonobjcMonobjc Documented Class Library
glGetPixelMapuiv Method (map, values)
NamespacesMonobjc.OpenGLGLglGetPixelMapuiv(UInt32, UInt32%)

Original signature is 'extern void glGetPixelMapuiv (GLenum map, GLuint *values);'

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

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

values (UInt32%)

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

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)