MonobjcMonobjc Documented Class Library
gluLoadSamplingMatrices Method (nurb, model, perspective, view)
NamespacesMonobjc.OpenGLGLgluLoadSamplingMatrices(IntPtr, IntPtr, array<Single>[]()[][], Int32%)

Original signature is 'extern void gluLoadSamplingMatrices (GLUnurbs* nurb, const GLfloat *model, const GLfloat *perspective, const GLint *view);'

Declaration Syntax
C#Visual BasicVisual C++
public static void gluLoadSamplingMatrices(
	IntPtr nurb,
	IntPtr model,
	float[] perspective,
	ref int view
)
Public Shared Sub gluLoadSamplingMatrices ( _
	nurb As IntPtr, _
	model As IntPtr, _
	perspective As Single(), _
	ByRef view As Integer _
)
public:
static void gluLoadSamplingMatrices(
	IntPtr nurb, 
	IntPtr model, 
	array<float>^ perspective, 
	int% view
)
Parameters
nurb (IntPtr)

[Missing <param name="nurb"/> documentation for "M:Monobjc.OpenGL.GL.gluLoadSamplingMatrices(System.IntPtr,System.IntPtr,System.Single[],System.Int32@)"]

model (IntPtr)

[Missing <param name="model"/> documentation for "M:Monobjc.OpenGL.GL.gluLoadSamplingMatrices(System.IntPtr,System.IntPtr,System.Single[],System.Int32@)"]

perspective (array<Single>[]()[][])

[Missing <param name="perspective"/> documentation for "M:Monobjc.OpenGL.GL.gluLoadSamplingMatrices(System.IntPtr,System.IntPtr,System.Single[],System.Int32@)"]

view (Int32%)

[Missing <param name="view"/> documentation for "M:Monobjc.OpenGL.GL.gluLoadSamplingMatrices(System.IntPtr,System.IntPtr,System.Single[],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)