MonobjcMonobjc Documented Class Library
glEnableIndexedEXT Method (target, index)
NamespacesMonobjc.OpenGLGLglEnableIndexedEXT(UInt32, UInt32)

Original signature is 'extern void glEnableIndexedEXT(GLenum target, GLuint index);'

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

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

index (UInt32)

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