MonobjcMonobjc Documented Class Library
glGetQueryObjectivARB Method (id, pname, params)
NamespacesMonobjc.OpenGLGLglGetQueryObjectivARB(UInt32, UInt32, Int32%)

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

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

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

pname (UInt32)

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

params (Int32%)

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

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)