GL.CompressedTexSubImage2D Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CompressedTexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glCompressedTexSubImage2D", Version="1.1")]
public static void CompressedTexSubImage2D (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, int imageSize, IntPtr data);
static member CompressedTexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * int * nativeint -> unit
Parámetros
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- imageSize
- Int32
- data
-
IntPtr
nativeint
- Atributos
Se aplica a
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glCompressedTexSubImage2D", Version="1.1")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, int imageSize, T8[] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * int * 'T8[] -> unit (requires 'T8 : struct)
Parámetros de tipo
- T8
Parámetros
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- imageSize
- Int32
- data
- T8[]
- Atributos
Se aplica a
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glCompressedTexSubImage2D", Version="1.1")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, int imageSize, T8[,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * int * 'T8[,] -> unit (requires 'T8 : struct)
Parámetros de tipo
- T8
Parámetros
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- imageSize
- Int32
- data
- T8[,]
- Atributos
Se aplica a
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glCompressedTexSubImage2D", Version="1.1")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, int imageSize, out T8 data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * int * -> unit (requires 'T8 : struct)
Parámetros de tipo
- T8
Parámetros
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- imageSize
- Int32
- data
- T8
- Atributos
Se aplica a
CompressedTexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, Int32, T8[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glCompressedTexSubImage2D", Version="1.1")]
public static void CompressedTexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, int imageSize, T8[,,] data) where T8 : struct;
static member CompressedTexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * int * 'T8[,,] -> unit (requires 'T8 : struct)
Parámetros de tipo
- T8
Parámetros
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- imageSize
- Int32
- data
- T8[,,]
- Atributos