MonobjcMonobjc Documented Class Library
glTexSubImage1D Method (target, level, xoffset, width, format, type, pixels)
NamespacesMonobjc.OpenGLGLglTexSubImage1D(UInt32, Int32, Int32, Int32, UInt32, UInt32, IntPtr)

Original signature is 'extern void glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glTexSubImage1D(
	uint target,
	int level,
	int xoffset,
	int width,
	uint format,
	uint type,
	IntPtr pixels
)
Public Shared Sub glTexSubImage1D ( _
	target As UInteger, _
	level As Integer, _
	xoffset As Integer, _
	width As Integer, _
	format As UInteger, _
	type As UInteger, _
	pixels As IntPtr _
)
public:
static void glTexSubImage1D(
	unsigned int target, 
	int level, 
	int xoffset, 
	int width, 
	unsigned int format, 
	unsigned int type, 
	IntPtr pixels
)
Parameters
target (UInt32)

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

level (Int32)

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

xoffset (Int32)

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

width (Int32)

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

format (UInt32)

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

type (UInt32)

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

pixels (IntPtr)

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