GL.GenTextures Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GenTextures(Int32, Int32) | |
GenTextures(Int32, Int32*) | |
GenTextures(Int32, Int32[]) | |
GenTextures(Int32, UInt32) | |
GenTextures(Int32, UInt32*) | |
GenTextures(Int32, UInt32[]) |
GenTextures(Int32, Int32)
GenTextures(Int32, Int32*)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, int* textures);
static member GenTextures : int * nativeptr<int> -> unit
Parâmetros
- n
- Int32
- textures
- Int32*
- Atributos
Aplica-se a
GenTextures(Int32, Int32[])
GenTextures(Int32, UInt32)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, out uint textures);
static member GenTextures : int * -> unit
Parâmetros
- n
- Int32
- textures
- UInt32
- Atributos
Aplica-se a
GenTextures(Int32, UInt32*)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, uint* textures);
static member GenTextures : int * nativeptr<uint32> -> unit
Parâmetros
- n
- Int32
- textures
- UInt32*
- Atributos
Aplica-se a
GenTextures(Int32, UInt32[])
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGenTextures", Version="3.0")]
[System.CLSCompliant(false)]
public static void GenTextures (int n, uint[] textures);
static member GenTextures : int * uint32[] -> unit
Parâmetros
- n
- Int32
- textures
- UInt32[]
- Atributos