MonobjcMonobjc Documented Class Library
glHint Method (target, mode)
NamespacesMonobjc.OpenGLGLglHint(UInt32, UInt32)

Original signature is 'extern void glHint (GLenum target, GLenum mode);'

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

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

mode (UInt32)

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