GL.TexSubImage2D Método

Definição

Sobrecargas

TexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, All, IntPtr)
Obsoleto.
TexSubImage2D(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, IntPtr)
TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8[])
TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8[,])
TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8)
TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8[,,])
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,])
Obsoleto.
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,,])
Obsoleto.
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8)
Obsoleto.
TexSubImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[])
Obsoleto.

TexSubImage2D(All, Int32, Int32, Int32, Int32, Int32, All, All, IntPtr)

Cuidado

Use the overload with strongly typed enumerations

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

Parâmetros

target
All
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
All
type
All
pixels
IntPtr

nativeint

Atributos

Aplica-se a

TexSubImage2D(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, IntPtr)

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

Parâmetros

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
type
PixelType
pixels
IntPtr

nativeint

Atributos

Aplica-se a

TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8[])

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

Parâmetros de tipo

T8

Parâmetros

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
type
PixelType
pixels
T8[]
Atributos

Aplica-se a

TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8[,])

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

Parâmetros de tipo

T8

Parâmetros

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
type
PixelType
pixels
T8[,]
Atributos

Aplica-se a

TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8)

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

Parâmetros de tipo

T8

Parâmetros

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
type
PixelType
pixels
T8
Atributos

Aplica-se a

TexSubImage2D<T8>(TextureTarget, Int32, Int32, Int32, Int32, Int32, PixelFormat, PixelType, T8[,,])

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

Parâmetros de tipo

T8

Parâmetros

target
TextureTarget
level
Int32
xoffset
Int32
yoffset
Int32
width
Int32
height
Int32
format
PixelFormat
type
PixelType
pixels
T8[,,]
Atributos

Aplica-se a

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

Cuidado

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, T8[,] pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * '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
type
All
pixels
T8[,]
Atributos

Aplica-se a

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

Cuidado

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, T8[,,] pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * '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
type
All
pixels
T8[,,]
Atributos

Aplica-se a

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

Cuidado

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, out T8 pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All *  -> 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
type
All
pixels
T8
Atributos

Aplica-se a

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

Cuidado

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glTexSubImage2D", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void TexSubImage2D<T8> (OpenTK.Graphics.ES20.All target, int level, int xoffset, int yoffset, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, T8[] pixels) where T8 : struct;
static member TexSubImage2D : OpenTK.Graphics.ES20.All * int * int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * '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
type
All
pixels
T8[]
Atributos

Aplica-se a