Call ALfilterState_processC directly
commit53d8a496736c61b9cde5d982737bed98b2f72004
authorChris Robinson <chris.kcat@gmail.com>
Mon, 12 Sep 2016 18:48:15 +0000 (12 11:48 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 12 Sep 2016 18:48:15 +0000 (12 11:48 -0700)
treedf7338078af31cddfc6151b855979be7b19979b0
parent46b3e1d08ca10e809eb2e20b6371812958b97e1f
Call ALfilterState_processC directly

It's the only implementation currently, so there's no point to having it stored
as a function pointer in the filter struct. Even if there were SIMD versions,
it'd be a global selection, not per-instance.
Alc/effects/equalizer.c
Alc/effects/modulator.c
OpenAL32/Include/alFilter.h
OpenAL32/alFilter.c