Partager via


GL.Oes.DeleteVertexArrays Méthode

Définition

Surcharges

DeleteVertexArrays(Int32, Int32)
DeleteVertexArrays(Int32, Int32*)
DeleteVertexArrays(Int32, Int32[])
DeleteVertexArrays(Int32, UInt32)
DeleteVertexArrays(Int32, UInt32*)
DeleteVertexArrays(Int32, UInt32[])

DeleteVertexArrays(Int32, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteVertexArraysOES", Version="2.0")]
public static void DeleteVertexArrays (int n, ref int arrays);
static member DeleteVertexArrays : int *  -> unit

Paramètres

n
Int32
arrays
Int32
Attributs

S’applique à

DeleteVertexArrays(Int32, Int32*)

Important

Cette API n’est pas conforme CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, int* arrays);
static member DeleteVertexArrays : int * nativeptr<int> -> unit

Paramètres

n
Int32
arrays
Int32*
Attributs

S’applique à

DeleteVertexArrays(Int32, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteVertexArraysOES", Version="2.0")]
public static void DeleteVertexArrays (int n, int[] arrays);
static member DeleteVertexArrays : int * int[] -> unit

Paramètres

n
Int32
arrays
Int32[]
Attributs

S’applique à

DeleteVertexArrays(Int32, UInt32)

Important

Cette API n’est pas conforme CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, ref uint arrays);
static member DeleteVertexArrays : int *  -> unit

Paramètres

n
Int32
arrays
UInt32
Attributs

S’applique à

DeleteVertexArrays(Int32, UInt32*)

Important

Cette API n’est pas conforme CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, uint* arrays);
static member DeleteVertexArrays : int * nativeptr<uint32> -> unit

Paramètres

n
Int32
arrays
UInt32*
Attributs

S’applique à

DeleteVertexArrays(Int32, UInt32[])

Important

Cette API n’est pas conforme CLS.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glDeleteVertexArraysOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void DeleteVertexArrays (int n, uint[] arrays);
static member DeleteVertexArrays : int * uint32[] -> unit

Paramètres

n
Int32
arrays
UInt32[]
Attributs

S’applique à