MonobjcMonobjc Documented Class Library
glNormal3fv Method (v)
NamespacesMonobjc.OpenGLGLglNormal3fv(IntPtr)

Original signature is 'extern void glNormal3fv (const GLfloat *v);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glNormal3fv(
	IntPtr v
)
Public Shared Sub glNormal3fv ( _
	v As IntPtr _
)
public:
static void glNormal3fv(
	IntPtr v
)
Parameters
v (IntPtr)

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

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)