MonobjcMonobjc Documented Class Library
glBeginQuery Method (target, id)
NamespacesMonobjc.OpenGLGLglBeginQuery(UInt32, UInt32)

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

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

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

id (UInt32)

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