mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
update OpenAL-Soft to 1.24.3.
This commit is contained in:
@@ -5,15 +5,19 @@
|
||||
#include <cstddef>
|
||||
|
||||
#include "cubic_defs.h"
|
||||
#include "opthelpers.h"
|
||||
|
||||
|
||||
struct CubicTable {
|
||||
struct SIMDALIGN CubicTable {
|
||||
std::array<CubicCoefficients,CubicPhaseCount> mTable{};
|
||||
};
|
||||
|
||||
struct GaussianTable : CubicTable { GaussianTable(); };
|
||||
inline const GaussianTable gGaussianFilter;
|
||||
|
||||
struct SplineTable : CubicTable { SplineTable(); };
|
||||
inline const SplineTable gSplineFilter;
|
||||
|
||||
|
||||
struct CubicFilter {
|
||||
static constexpr std::size_t sTableBits{8};
|
||||
|
||||
Reference in New Issue
Block a user