GL.DeleteTextures Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DeleteTextures(Int32, UInt32*) | |
DeleteTextures(Int32, UInt32) | |
DeleteTextures(Int32, UInt32[]) | |
DeleteTextures(Int32, Int32*) | |
DeleteTextures(Int32, Int32) | |
DeleteTextures(Int32, Int32[]) |
DeleteTextures(Int32, UInt32*)
Importante
Questa API non è 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
Parametri
- n
- Int32
- textures
- UInt32*
- Attributi
Si applica a
DeleteTextures(Int32, UInt32)
Importante
Questa API non è 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
Parametri
- n
- Int32
- textures
- UInt32
- Attributi
Si applica a
DeleteTextures(Int32, UInt32[])
Importante
Questa API non è 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
Parametri
- n
- Int32
- textures
- UInt32[]
- Attributi
Si applica a
DeleteTextures(Int32, Int32*)
Importante
Questa API non è 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
Parametri
- n
- Int32
- textures
- Int32*
- Attributi