GL.GenTextures Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 no es conforme a 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
Se aplica a
GenTextures(Int32, Int32[])
GenTextures(Int32, UInt32)
Importante
Esta API no es conforme a 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
Se aplica a
GenTextures(Int32, UInt32*)
Importante
Esta API no es conforme a 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
Se aplica a
GenTextures(Int32, UInt32[])
Importante
Esta API no es conforme a 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