MonobjcMonobjc Documented Class Library
glIsVertexArrayAPPLE Method (id)
NamespacesMonobjc.OpenGLGLglIsVertexArrayAPPLE(UInt32)

Original signature is 'extern GLboolean glIsVertexArrayAPPLE(GLuint id);'

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

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

Return Value

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