MonobjcMonobjc Documented Class Library
glNormal3iv Method (v)
NamespacesMonobjc.OpenGLGLglNormal3iv(array<Int32>[]()[][])

Original signature is 'extern void glNormal3iv (const GLint *v);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glNormal3iv(
	int[] v
)
Public Shared Sub glNormal3iv ( _
	v As Integer() _
)
public:
static void glNormal3iv(
	array<int>^ v
)
Parameters
v (array<Int32>[]()[][])

[Missing <param name="v"/> documentation for "M:Monobjc.OpenGL.GL.glNormal3iv(System.Int32[])"]

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)