aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/al/source.h b/al/source.h
index b2fea08b..0066b6b4 100644
--- a/al/source.h
+++ b/al/source.h
@@ -220,6 +220,8 @@ public:
void eax_update(
EaxContextSharedDirtyFlags dirty_flags);
+ void eax_commit();
+
static ALsource* eax_lookup_source(
ALCcontext& al_context,
@@ -265,6 +267,8 @@ private:
const char* message);
+ bool eax_is_initialized() const noexcept { return eax_al_context_; }
+
void eax_set_source_defaults() noexcept;
void eax_set_active_fx_slots_defaults() noexcept;
void eax_set_send_defaults(EAXSOURCEALLSENDPROPERTIES& eax_send) noexcept;