Crate allen

source ·

Macros

Structs

Buffer of audio data. NOTE: Buffers are bound to a device. To ensure safety, buffers are not allowed to be cloned. There can only be one instance per-handle.
An OpenAL context.
An OpenAL device.
A Context’s listener.
Used to define the orientation of a listener.
A source used to play Buffers. NOTE: Sources are bound to a context.

Enums

An OpenAL error.
Container for OpenAL buffer data to be passed into Buffer::data.
The state of a Source.