MonobjcMonobjc Documented Class Library
glTestObjectAPPLE Method (object, name)
NamespacesMonobjc.OpenGLGLglTestObjectAPPLE(UInt32, UInt32)

Original signature is 'extern GLboolean glTestObjectAPPLE(GLenum object, GLuint name);'

Declaration Syntax
C#Visual BasicVisual C++
public static byte glTestObjectAPPLE(
	uint object,
	uint name
)
Public Shared Function glTestObjectAPPLE ( _
	object As UInteger, _
	name As UInteger _
) As Byte
public:
static unsigned char glTestObjectAPPLE(
	unsigned int object, 
	unsigned int name
)
Parameters
object (UInt32)

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

name (UInt32)

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

Return Value

[Missing <returns> documentation for "M:Monobjc.OpenGL.GL.glTestObjectAPPLE(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)