GL.CompressedTexSubImage2D Method

Definition

Overloads

CompressedTexSubImage2D(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, IntPtr)
CompressedTexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, Int32, IntPtr)
Obsolete.
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[,])
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[,,])
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[])
CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8)
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,])
Obsolete.
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[])
Obsolete.
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,,])
Obsolete.
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8)
Obsolete.

CompressedTexSubImage2D(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, IntPtr)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
public static void CompressedTexSubImage2D (OpenTK.Graphics.ES20.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, int imageSize, IntPtr data);
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * int * nativeint -> unit

Parameters

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
imageSize
Int32
data
IntPtr

nativeint

Attributes

Applies to

CompressedTexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, Int32, IntPtr)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage2D (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, int imageSize, IntPtr data);
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * int * nativeint -> unit

Parameters

target
All
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
All
imageSize
Int32
data
IntPtr

nativeint

Attributes

Applies to

CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[,])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, int imageSize, T8[,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * int * 'T8[,] -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
imageSize
Int32
data
T8[,]
Attributes

Applies to

CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[,,])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, int imageSize, T8[,,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * int * 'T8[,,] -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
imageSize
Int32
data
T8[,,]
Attributes

Applies to

CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, int imageSize, T8[] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * int * 'T8[] -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
imageSize
Int32
data
T8[]
Attributes

Applies to

CompressedTexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, Int32, T8)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.TextureTarget target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, int imageSize, out T8 data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.TextureTarget * int * int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * int *  -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
imageSize
Int32
data
T8
Attributes

Applies to

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, int imageSize, T8[,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * int * 'T8[,] -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
All
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
All
imageSize
Int32
data
T8[,]
Attributes

Applies to

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, int imageSize, T8[] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * int * 'T8[] -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
All
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
All
imageSize
Int32
data
T8[]
Attributes

Applies to

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,,])

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, int imageSize, T8[,,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * int * 'T8[,,] -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
All
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
All
imageSize
Int32
data
T8[,,]
Attributes

Applies to

CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glCompressedTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, int imageSize, out T8 data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * int *  -> unit (requires 'T8 : struct)

Type Parameters

T8

Parameters

target
All
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
All
imageSize
Int32
data
T8
Attributes

Applies to