GL.CopyTexImage2D Method

Definition

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCopyTexImage2D", Version="3.0")]
public static void CopyTexImage2D (OpenTK.Graphics.ES30.TextureTarget target, int level, OpenTK.Graphics.ES30.PixelInternalFormat internalformat, int x, int y, int width, int height, int border);
static member CopyTexImage2D : OpenTK.Graphics.ES30.TextureTarget * int * OpenTK.Graphics.ES30.PixelInternalFormat * int * int * int * int * int -> unit

Parameters

target
TextureTarget
level
Int32
internalformat
PixelInternalFormat
x
Int32
y
Int32
width
Int32
height
Int32
border
Int32
Attributes

Applies to