GL.DeleteSamplers Method

Definition

Overloads

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

DeleteSamplers(Int32, UInt32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, uint[] samplers);
static member DeleteSamplers : int * uint32[] -> unit

Parameters

count
Int32
samplers
UInt32[]
Attributes

Applies to

DeleteSamplers(Int32, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, ref uint samplers);
static member DeleteSamplers : int *  -> unit

Parameters

count
Int32
samplers
UInt32
Attributes

Applies to

DeleteSamplers(Int32, UInt32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, uint* samplers);
static member DeleteSamplers : int * nativeptr<uint32> -> unit

Parameters

count
Int32
samplers
UInt32*
Attributes

Applies to

DeleteSamplers(Int32, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
[System.CLSCompliant(false)]
public static void DeleteSamplers (int count, int* samplers);
static member DeleteSamplers : int * nativeptr<int> -> unit

Parameters

count
Int32
samplers
Int32*
Attributes

Applies to

DeleteSamplers(Int32, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
public static void DeleteSamplers (int count, ref int samplers);
static member DeleteSamplers : int *  -> unit

Parameters

count
Int32
samplers
Int32
Attributes

Applies to

DeleteSamplers(Int32, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glDeleteSamplers", Version="3.0")]
public static void DeleteSamplers (int count, int[] samplers);
static member DeleteSamplers : int * int[] -> unit

Parameters

count
Int32
samplers
Int32[]
Attributes

Applies to