Edit

Share via


AL.DeleteBuffer Method

Definition

Overloads

DeleteBuffer(Int32)

This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source.

DeleteBuffer(UInt32)

This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source.

DeleteBuffer(Int32)

This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source.

public static void DeleteBuffer(int buffer);
static member DeleteBuffer : int -> unit

Parameters

buffer
Int32

Pointer to a buffer name identifying the buffer to be deleted.

Applies to

DeleteBuffer(UInt32)

Important

This API is not CLS-compliant.

This function deletes one buffer only, freeing the resources used by the buffer. Buffers which are attached to a source can not be deleted. See AL.Source (ALSourcei) and AL.SourceUnqueueBuffers for information on how to detach a buffer from a source.

[System.CLSCompliant(false)]
public static void DeleteBuffer(ref uint buffer);
static member DeleteBuffer :  -> unit

Parameters

buffer
UInt32

Pointer to a buffer name identifying the buffer to be deleted.

Attributes

Applies to