Edit

Share via


GL.CopyTexSubImage3D Method

Definition

Overloads

CopyTexSubImage3D(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCopyTexSubImage3D", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CopyTexSubImage3D(OpenTK.Graphics.ES30.All target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
static member CopyTexSubImage3D : OpenTK.Graphics.ES30.All * int * int * int * int * int * int * int * int -> unit

Parameters

target
All
level
Int32
xoffset
Int32
yoffset
Int32
zoffset
Int32
x
Int32
y
Int32
width
Int32
height
Int32
Attributes

Applies to

CopyTexSubImage3D(TextureTarget3D, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCopyTexSubImage3D", Version="3.0")]
public static void CopyTexSubImage3D(OpenTK.Graphics.ES30.TextureTarget3D target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
static member CopyTexSubImage3D : OpenTK.Graphics.ES30.TextureTarget3D * int * int * int * int * int * int * int * int -> unit

Parameters

level
Int32
xoffset
Int32
yoffset
Int32
zoffset
Int32
x
Int32
y
Int32
width
Int32
height
Int32
Attributes

Applies to