GL.DeleteVertexArrays 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
DeleteVertexArrays(Int32, Int32)
DeleteVertexArrays(Int32, Int32*)
Importante
Esta API não está em conformidade com 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
Parâmetros
- n
- Int32
- arrays
- Int32*
- Atributos
Aplica-se a
DeleteVertexArrays(Int32, Int32[])
DeleteVertexArrays(Int32, UInt32)
Importante
Esta API não está em conformidade com 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
Parâmetros
- n
- Int32
- arrays
- UInt32
- Atributos
Aplica-se a
DeleteVertexArrays(Int32, UInt32*)
Importante
Esta API não está em conformidade com 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
Parâmetros
- n
- Int32
- arrays
- UInt32*
- Atributos
Aplica-se a
DeleteVertexArrays(Int32, UInt32[])
Importante
Esta API não está em conformidade com 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
Parâmetros
- n
- Int32
- arrays
- UInt32[]
- Atributos