MonobjcMonobjc Documented Class Library
glCopyTexImage1D Method (target, level, internalformat, x, y, width, border)
NamespacesMonobjc.OpenGLGLglCopyTexImage1D(UInt32, Int32, UInt32, Int32, Int32, Int32, Int32)

Original signature is 'extern void glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border);'

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

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

level (Int32)

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

internalformat (UInt32)

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

x (Int32)

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

y (Int32)

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

width (Int32)

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

border (Int32)

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