MonobjcMonobjc Documented Class Library
glCopyTexSubImage2D Method (target, level, xoffset, yoffset, x, y, width, height)
NamespacesMonobjc.OpenGLGLglCopyTexSubImage2D(UInt32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Original signature is 'extern void glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glCopyTexSubImage2D(
	uint target,
	int level,
	int xoffset,
	int yoffset,
	int x,
	int y,
	int width,
	int height
)
Public Shared Sub glCopyTexSubImage2D ( _
	target As UInteger, _
	level As Integer, _
	xoffset As Integer, _
	yoffset As Integer, _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
)
public:
static void glCopyTexSubImage2D(
	unsigned int target, 
	int level, 
	int xoffset, 
	int yoffset, 
	int x, 
	int y, 
	int width, 
	int height
)
Parameters
target (UInt32)

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

level (Int32)

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

xoffset (Int32)

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

yoffset (Int32)

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

x (Int32)

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

y (Int32)

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

width (Int32)

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

height (Int32)

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