MonobjcMonobjc Documented Class Library
glTexCoordPointer Method (size, type, stride, pointer)
NamespacesMonobjc.OpenGLGLglTexCoordPointer(Int32, UInt32, Int32, IntPtr)

Original signature is 'extern void glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glTexCoordPointer(
	int size,
	uint type,
	int stride,
	IntPtr pointer
)
Public Shared Sub glTexCoordPointer ( _
	size As Integer, _
	type As UInteger, _
	stride As Integer, _
	pointer As IntPtr _
)
public:
static void glTexCoordPointer(
	int size, 
	unsigned int type, 
	int stride, 
	IntPtr pointer
)
Parameters
size (Int32)

[Missing <param name="size"/> documentation for "M:Monobjc.OpenGL.GL.glTexCoordPointer(System.Int32,System.UInt32,System.Int32,System.IntPtr)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.glTexCoordPointer(System.Int32,System.UInt32,System.Int32,System.IntPtr)"]

stride (Int32)

[Missing <param name="stride"/> documentation for "M:Monobjc.OpenGL.GL.glTexCoordPointer(System.Int32,System.UInt32,System.Int32,System.IntPtr)"]

pointer (IntPtr)

[Missing <param name="pointer"/> documentation for "M:Monobjc.OpenGL.GL.glTexCoordPointer(System.Int32,System.UInt32,System.Int32,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)