Struct alto::DeferLock [] [src]

pub struct DeferLock<'c> { /* fields omitted */ }

An RAII lock that will suspend state updates while held. When this lock is dropped, the context will apply all pending updates.

Methods from Deref<Target = Context>

[src]

The device from which this context was created.

[src]

Raw context pointer as provided by OpenAL.

[src]

alIsExtensionPresent()

[src]

alGetInteger(AL_DISTANCE_MODEL)

[src]

alDistanceModel()

[src]

alIsEnabled(AL_SOURCE_DISTANCE_MODEL) Requires AL_EXT_source_distance_model

[src]

alEnable/alDisable(AL_SOURCE_DISTANCE_MODEL) Requires AL_EXT_source_distance_model

[src]

alGetFloat(AL_DOPPLER_FACTOR)

[src]

alDopplerFactor()

[src]

alGetFloat(AL_SPEED_OF_SOUND)

[src]

alSpeedOfSound()

[src]

alGetListenerv(AL_GAIN)

[src]

alListenerf(AL_GAIN)

[src]

alGetListenerfv(AL_POSITION)

[src]

alListenerfv(AL_POSITION)

[src]

alGetListenerfv(AL_VELOCITY)

[src]

alListenerfv(AL_VELOCITY)

[src]

alGetListenerfv(AL_ORIENTATION)

[src]

alListenerfv(AL_ORIENTATION)

[src]

alGetListenerf(AL_GAIN_LIMIT_SOFT) Requires AL_SOFT_gain_clamp_ex

[src]

alGetStringiSOFT(AL_RESAMPLER_NAME_SOFT) Requires AL_SOFT_source_resampler

[src]

alGetListenerf(AL_METERS_PER_UNIT) Requires ALC_EXT_EFX

[src]

alListenerf(AL_METERS_PER_UNIT) Requires ALC_EXT_EFX

[src]

alGenBuffers() To ensure well defined state, the buffer is assigned data immediately.

[src]

alGenSources()

[src]

alGenSources()

[src]

alDeferUpdatesSOFT() Requires AL_SOFT_deferred_updates

[src]

alGenAuxiliaryEffectSlots() Requires ALC_EXT_EFX

[src]

alGenEffects() Requires ALC_EXT_EFX

[src]

alGenFilters() Requires ALC_EXT_EFX

Trait Implementations

impl<'c> Deref for DeferLock<'c>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'c> Drop for DeferLock<'c>
[src]

[src]

Executes the destructor for this type. Read more