MonobjcMonobjc Documented Class Library
glObjectPurgeableAPPLE Method (objectType, name, option)
NamespacesMonobjc.OpenGLGLglObjectPurgeableAPPLE(UInt32, UInt32, UInt32)

Original signature is 'extern GLenum glObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);'

Declaration Syntax
C#Visual BasicVisual C++
public static uint glObjectPurgeableAPPLE(
	uint objectType,
	uint name,
	uint option
)
Public Shared Function glObjectPurgeableAPPLE ( _
	objectType As UInteger, _
	name As UInteger, _
	option As UInteger _
) As UInteger
public:
static unsigned int glObjectPurgeableAPPLE(
	unsigned int objectType, 
	unsigned int name, 
	unsigned int option
)
Parameters
objectType (UInt32)

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

name (UInt32)

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

option (UInt32)

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

Return Value

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