MonobjcMonobjc Documented Class Library
glFinishObjectAPPLE Method (object, name)
NamespacesMonobjc.OpenGLGLglFinishObjectAPPLE(UInt32, UInt32)

Original signature is 'extern void glFinishObjectAPPLE(GLenum object, GLuint name);'

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

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

name (UInt32)

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