AL.DeleteBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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