GL.CopyTexImage2D(All, Int32, All, Int32, Int32, Int32, Int32, Int32) Method

Definition

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

Parameters

target
All
level
Int32
internalformat
All
x
Int32
y
Int32
width
Int32
height
Int32
border
Int32
Attributes

Applies to