Trait alto::FilterTrait [] [src]

pub unsafe trait FilterTrait<'d: 'c, 'c>: Sized {
    fn context(&self) -> &Context<'d>;
    fn as_raw(&self) -> ALuint;
}

Implemented for filters as defined by EFX.

Required Methods

Context from which this effect was created.

Raw handle as provided by OpenAL.

Implementors