GL.DeleteTextures 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
DeleteTextures(Int32, UInt32*) | |
DeleteTextures(Int32, UInt32) | |
DeleteTextures(Int32, UInt32[]) | |
DeleteTextures(Int32, Int32*) | |
DeleteTextures(Int32, Int32) | |
DeleteTextures(Int32, Int32[]) |
DeleteTextures(Int32, UInt32*)
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, uint* textures);
static member DeleteTextures : int * nativeptr<uint32> -> unit
Parámetros
- n
- Int32
- textures
- UInt32*
- Atributos
Se aplica a
DeleteTextures(Int32, UInt32)
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, ref uint textures);
static member DeleteTextures : int * -> unit
Parámetros
- n
- Int32
- textures
- UInt32
- Atributos
Se aplica a
DeleteTextures(Int32, UInt32[])
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, uint[] textures);
static member DeleteTextures : int * uint32[] -> unit
Parámetros
- n
- Int32
- textures
- UInt32[]
- Atributos
Se aplica a
DeleteTextures(Int32, Int32*)
Importante
Esta API no es conforme a CLS.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteTextures (int n, int* textures);
static member DeleteTextures : int * nativeptr<int> -> unit
Parámetros
- n
- Int32
- textures
- Int32*
- Atributos