MonobjcMonobjc Documented Class Library
glGetQueryObjectuivARB Method (id, pname, params)
NamespacesMonobjc.OpenGLGLglGetQueryObjectuivARB(UInt32, UInt32, UInt32%)

Original signature is 'extern void glGetQueryObjectuivARB(GLuint id, GLenum pname, GLuint *params);'

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

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

pname (UInt32)

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

params (UInt32%)

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