openal_buffer_destroy

(PECL openal >= 0.1.0)

openal_buffer_destroy Destroys an OpenAL buffer

Description

openal_buffer_destroy(resource $buffer): bool

Parameters

buffer

An Open AL(Buffer) resource (previously created by openal_buffer_create()).

Return Values

Returns true on success or false on failure.

See Also

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top