MonobjcMonobjc Documented Class Library
glBeginQueryARB Method (target, id)
NamespacesMonobjc.OpenGLGLglBeginQueryARB(UInt32, UInt32)

Original signature is 'extern void glBeginQueryARB(GLenum target, GLuint id);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glBeginQueryARB(
	uint target,
	uint id
)
Public Shared Sub glBeginQueryARB ( _
	target As UInteger, _
	id As UInteger _
)
public:
static void glBeginQueryARB(
	unsigned int target, 
	unsigned int id
)
Parameters
target (UInt32)

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

id (UInt32)

[Missing <param name="id"/> documentation for "M:Monobjc.OpenGL.GL.glBeginQueryARB(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)