GL.DeleteBuffers Method

Definition

Overloads

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

DeleteBuffers(Int32, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteBuffers", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteBuffers (int n, ref uint buffers);
static member DeleteBuffers : int *  -> unit

Parameters

n
Int32
buffers
UInt32
Attributes

Applies to

DeleteBuffers(Int32, Int32)

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

Parameters

n
Int32
buffers
Int32
Attributes

Applies to

DeleteBuffers(Int32, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteBuffers", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteBuffers (int n, int* buffers);
static member DeleteBuffers : int * nativeptr<int> -> unit

Parameters

n
Int32
buffers
Int32*
Attributes

Applies to

DeleteBuffers(Int32, Int32[])

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

Parameters

n
Int32
buffers
Int32[]
Attributes

Applies to

DeleteBuffers(Int32, UInt32*)

Important

This API is not CLS-compliant.

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

Parameters

n
Int32
buffers
UInt32*
Attributes

Applies to

DeleteBuffers(Int32, UInt32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glDeleteBuffers", Version="1.1")]
[System.CLSCompliant(false)]
public static void DeleteBuffers (int n, uint[] buffers);
static member DeleteBuffers : int * uint32[] -> unit

Parameters

n
Int32
buffers
UInt32[]
Attributes

Applies to