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

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,
	IntPtr params
)
Public Shared Sub glGetQueryObjectuivARB ( _
	id As UInteger, _
	pname As UInteger, _
	params As IntPtr _
)
public:
static void glGetQueryObjectuivARB(
	unsigned int id, 
	unsigned int pname, 
	IntPtr params
)
Parameters
id (UInt32)

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

pname (UInt32)

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

params (IntPtr)

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