[][src]Trait alto::efx::Filter

pub unsafe trait Filter: Sized {
    fn context(&self) -> &Context;
fn as_raw(&self) -> ALuint; }

Implemented for filters defined by EFX.

Required methods

fn context(&self) -> &Context

Context from which this effect was created.

fn as_raw(&self) -> ALuint

Raw handle as provided by OpenAL.

Loading content...

Implementors

Loading content...