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