GL.TexSubImage2D 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
TexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, All, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexSubImage2D", Version="1.1")]
public static void TexSubImage2D (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, IntPtr pixels);
static member TexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeint -> unit
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
-
IntPtr
nativeint
- Attributes
Applies to
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexSubImage2D", Version="1.1")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T8[] pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T8[] -> unit (requires 'T8 : struct)
Type Parameters
- T8
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T8[]
- Attributes
Applies to
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexSubImage2D", Version="1.1")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T8[,] pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T8[,] -> unit (requires 'T8 : struct)
Type Parameters
- T8
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T8[,]
- Attributes
Applies to
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexSubImage2D", Version="1.1")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, out T8 pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * -> unit (requires 'T8 : struct)
Type Parameters
- T8
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T8
- Attributes
Applies to
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexSubImage2D", Version="1.1")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T8[,,] pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T8[,,] -> unit (requires 'T8 : struct)
Type Parameters
- T8
Parameters
- target
- All
- level
- Int32
- xoffset
- Int32
- yoffset
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T8[,,]
- Attributes