MonobjcMonobjc Documented Class Library
glWeightsvARB Method (p0, p1)
NamespacesMonobjc.OpenGLGLglWeightsvARB(Int32, Int16%)

Original signature is 'extern void glWeightsvARB(GLint, const GLshort *);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glWeightsvARB(
	int p0,
	ref short p1
)
Public Shared Sub glWeightsvARB ( _
	p0 As Integer, _
	ByRef p1 As Short _
)
public:
static void glWeightsvARB(
	int p0, 
	short% p1
)
Parameters
p0 (Int32)

[Missing <param name="p0"/> documentation for "M:Monobjc.OpenGL.GL.glWeightsvARB(System.Int32,System.Int16@)"]

p1 (Int16%)

[Missing <param name="p1"/> documentation for "M:Monobjc.OpenGL.GL.glWeightsvARB(System.Int32,System.Int16@)"]

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)