Partager via


GL.DeleteTextures Méthode

Définition

Surcharges

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

DeleteTextures(Int32, UInt32*)

Important

Cette API n’est pas conforme 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

Paramètres

n
Int32
textures
UInt32*
Attributs

S’applique à

DeleteTextures(Int32, UInt32)

Important

Cette API n’est pas conforme 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

Paramètres

n
Int32
textures
UInt32
Attributs

S’applique à

DeleteTextures(Int32, UInt32[])

Important

Cette API n’est pas conforme 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

Paramètres

n
Int32
textures
UInt32[]
Attributs

S’applique à

DeleteTextures(Int32, Int32*)

Important

Cette API n’est pas conforme 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

Paramètres

n
Int32
textures
Int32*
Attributs

S’applique à

DeleteTextures(Int32, Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
public static void DeleteTextures (int n, ref int textures);
static member DeleteTextures : int *  -> unit

Paramètres

n
Int32
textures
Int32
Attributs

S’applique à

DeleteTextures(Int32, Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteTextures", Version="1.1")]
public static void DeleteTextures (int n, int[] textures);
static member DeleteTextures : int * int[] -> unit

Paramètres

n
Int32
textures
Int32[]
Attributs

S’applique à