GL.DeleteVertexArrays 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
DeleteVertexArrays(Int32, Int32)
DeleteVertexArrays(Int32, Int32*)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, int* arrays);
static member DeleteVertexArrays : int * nativeptr<int> -> unit
Parametri
- n
- Int32
- arrays
- Int32*
- Attributi
Si applica a
DeleteVertexArrays(Int32, Int32[])
DeleteVertexArrays(Int32, UInt32)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, ref uint arrays);
static member DeleteVertexArrays : int * -> unit
Parametri
- n
- Int32
- arrays
- UInt32
- Attributi
Si applica a
DeleteVertexArrays(Int32, UInt32*)
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, uint* arrays);
static member DeleteVertexArrays : int * nativeptr<uint32> -> unit
Parametri
- n
- Int32
- arrays
- UInt32*
- Attributi
Si applica a
DeleteVertexArrays(Int32, UInt32[])
Importante
Questa API non è conforme a CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteVertexArrays", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, uint[] arrays);
static member DeleteVertexArrays : int * uint32[] -> unit
Parametri
- n
- Int32
- arrays
- UInt32[]
- Attributi