GL.CompressedTexSubImage3D Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CompressedTexSubImage3D(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All, Int32, IntPtr)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage3D (OpenTK.Graphics.ES30.All target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.All format, int imageSize, IntPtr data);
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.All * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.All * int * nativeint -> unit
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- All
- imageSize
- Int32
- data
-
IntPtr
nativeint
- Attributes
Applies to
CompressedTexSubImage3D(TextureTarget3D, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CompressedInternalFormat, Int32, IntPtr)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
public static void CompressedTexSubImage3D (OpenTK.Graphics.ES30.TextureTarget3D target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.CompressedInternalFormat format, int imageSize, IntPtr data);
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.TextureTarget3D * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.CompressedInternalFormat * int * nativeint -> unit
Parameters
- target
- TextureTarget3D
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- CompressedInternalFormat
- imageSize
- Int32
- data
-
IntPtr
nativeint
- Attributes
Applies to
CompressedTexSubImage3D<T10>(TextureTarget3D, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CompressedInternalFormat, Int32, T10[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.TextureTarget3D target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.CompressedInternalFormat format, int imageSize, T10[] data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.TextureTarget3D * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.CompressedInternalFormat * int * 'T10[] -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- TextureTarget3D
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- CompressedInternalFormat
- imageSize
- Int32
- data
- T10[]
- Attributes
Applies to
CompressedTexSubImage3D<T10>(TextureTarget3D, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CompressedInternalFormat, Int32, T10[,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.TextureTarget3D target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.CompressedInternalFormat format, int imageSize, T10[,] data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.TextureTarget3D * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.CompressedInternalFormat * int * 'T10[,] -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- TextureTarget3D
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- CompressedInternalFormat
- imageSize
- Int32
- data
- T10[,]
- Attributes
Applies to
CompressedTexSubImage3D<T10>(TextureTarget3D, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CompressedInternalFormat, Int32, T10[,,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.TextureTarget3D target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.CompressedInternalFormat format, int imageSize, T10[,,] data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.TextureTarget3D * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.CompressedInternalFormat * int * 'T10[,,] -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- TextureTarget3D
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- CompressedInternalFormat
- imageSize
- Int32
- data
- T10[,,]
- Attributes
Applies to
CompressedTexSubImage3D<T10>(TextureTarget3D, Int32, Int32, Int32, Int32, Int32, Int32, Int32, CompressedInternalFormat, Int32, T10)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.TextureTarget3D target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.CompressedInternalFormat format, int imageSize, out T10 data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.TextureTarget3D * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.CompressedInternalFormat * int * -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- TextureTarget3D
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- CompressedInternalFormat
- imageSize
- Int32
- data
- T10
- Attributes
Applies to
CompressedTexSubImage3D<T10>(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All, Int32, T10[,])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.All target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.All format, int imageSize, T10[,] data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.All * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.All * int * 'T10[,] -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- All
- imageSize
- Int32
- data
- T10[,]
- Attributes
Applies to
CompressedTexSubImage3D<T10>(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All, Int32, T10[,,])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.All target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.All format, int imageSize, T10[,,] data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.All * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.All * int * 'T10[,,] -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- All
- imageSize
- Int32
- data
- T10[,,]
- Attributes
Applies to
CompressedTexSubImage3D<T10>(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All, Int32, T10)
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.All target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.All format, int imageSize, out T10 data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.All * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.All * int * -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- All
- imageSize
- Int32
- data
- T10
- Attributes
Applies to
CompressedTexSubImage3D<T10>(All, Int32, Int32, Int32, Int32, Int32, Int32, Int32, All, Int32, T10[])
Caution
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glCompressedTexSubImage3D", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void CompressedTexSubImage3D<T10> (OpenTK.Graphics.ES30.All target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, OpenTK.Graphics.ES30.All format, int imageSize, T10[] data) where T10 : struct;
static member CompressedTexSubImage3D : OpenTK.Graphics.ES30.All * int * int * int * int * int * int * int * OpenTK.Graphics.ES30.All * int * 'T10[] -> unit (requires 'T10 : struct)
Type Parameters
- T10
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- zoffset
- Int32
- width
- Int32
- height
- Int32
- depth
- Int32
- format
- All
- imageSize
- Int32
- data
- T10[]
- Attributes