Crate linear_model_allen

Source

Macros§

getter
getter_setter
setter

Structs§

Buffer
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.
Context
An OpenAL context.
Device
An OpenAL device.
Listener
A Context’s listener.
Orientation
Used to define the orientation of a listener.
Source
A source used to play Buffers. NOTE: Sources are bound to a context.

Enums§

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

Functions§

is_extension_present