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:
@@ -3,17 +3,19 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
#include "alspan.h"
|
||||
#include "bsinc_defs.h"
|
||||
|
||||
#include "opthelpers.h"
|
||||
|
||||
struct BSincTable {
|
||||
float scaleBase, scaleRange;
|
||||
std::array<unsigned int,BSincScaleCount> m;
|
||||
std::array<unsigned int,BSincScaleCount> filterOffset;
|
||||
const float *Tab;
|
||||
al::span<const float> Tab;
|
||||
};
|
||||
|
||||
extern const BSincTable gBSinc12;
|
||||
extern const BSincTable gBSinc24;
|
||||
DECL_HIDDEN extern const BSincTable gBSinc12;
|
||||
DECL_HIDDEN extern const BSincTable gBSinc24;
|
||||
DECL_HIDDEN extern const BSincTable gBSinc48;
|
||||
|
||||
#endif /* CORE_BSINC_TABLES_H */
|
||||
|
||||
Reference in New Issue
Block a user