GL.TexImage2D Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
TexImage2D(All, Int32, Int32, Int32, Int32, Int32, All, All, IntPtr)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexImage2D", Version="1.1")]
public static void TexImage2D (OpenTK.Graphics.ES11.All target, int level, int internalformat, int width, int height, int border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, IntPtr pixels);
static member TexImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeint -> unit
Параметры
- target
- All
- level
- Int32
- internalformat
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- format
- All
- type
- All
- pixels
-
IntPtr
nativeint
- Атрибуты
Применяется к
TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexImage2D", Version="1.1")]
public static void TexImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int internalformat, int width, int height, int border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, out T8 pixels) where T8 : struct;
static member TexImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * -> unit (requires 'T8 : struct)
Параметры типа
- T8
Параметры
- target
- All
- level
- Int32
- internalformat
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- format
- All
- type
- All
- pixels
- T8
- Атрибуты
Применяется к
TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexImage2D", Version="1.1")]
public static void TexImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int internalformat, int width, int height, int border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T8[,,] pixels) where T8 : struct;
static member TexImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T8[,,] -> unit (requires 'T8 : struct)
Параметры типа
- T8
Параметры
- target
- All
- level
- Int32
- internalformat
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- format
- All
- type
- All
- pixels
- T8[,,]
- Атрибуты
Применяется к
TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[,])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexImage2D", Version="1.1")]
public static void TexImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int internalformat, int width, int height, int border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T8[,] pixels) where T8 : struct;
static member TexImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T8[,] -> unit (requires 'T8 : struct)
Параметры типа
- T8
Параметры
- target
- All
- level
- Int32
- internalformat
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- format
- All
- type
- All
- pixels
- T8[,]
- Атрибуты
Применяется к
TexImage2D<T8>(All, Int32, Int32, Int32, Int32, Int32, All, All, T8[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glTexImage2D", Version="1.1")]
public static void TexImage2D<T8> (OpenTK.Graphics.ES11.All target, int level, int internalformat, int width, int height, int border, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T8[] pixels) where T8 : struct;
static member TexImage2D : OpenTK.Graphics.ES11.All * int * int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T8[] -> unit (requires 'T8 : struct)
Параметры типа
- T8
Параметры
- target
- All
- level
- Int32
- internalformat
- Int32
- width
- Int32
- height
- Int32
- border
- Int32
- format
- All
- type
- All
- pixels
- T8[]
- Атрибуты