GL.DeleteTextures Method

Definition

Overloads

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

DeleteTextures(Int32, UInt32*)

Important

This API is not CLS-compliant.

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

Parameters

n
Int32
textures
UInt32*
Attributes

Applies to

DeleteTextures(Int32, UInt32[])

Important

This API is not CLS-compliant.

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

Parameters

n
Int32
textures
UInt32[]
Attributes

Applies to

DeleteTextures(Int32, UInt32)

Important

This API is not CLS-compliant.

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

Parameters

n
Int32
textures
UInt32
Attributes

Applies to

DeleteTextures(Int32, Int32*)

Important

This API is not CLS-compliant.

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

Parameters

n
Int32
textures
Int32*
Attributes

Applies to

DeleteTextures(Int32, Int32)

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

Parameters

n
Int32
textures
Int32
Attributes

Applies to

DeleteTextures(Int32, Int32[])

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

Parameters

n
Int32
textures
Int32[]
Attributes

Applies to