aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-04-03 20:52:54 -0700
committerChris Robinson <[email protected]>2022-04-03 20:52:54 -0700
commit8188bb9f019fb7de31502a5f303ebc636c6cc408 (patch)
tree4efa49e13c7d6af07b500021ad9a02b2f29c90dd /alc/inprogext.h
parentf2f83aaabba5b5c5f6c2b1657ff102bcac3f11aa (diff)
Update a comment for abandoned extension functions
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 79826d5e..7643e5a4 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -92,7 +92,7 @@ AL_API void AL_APIENTRY alAuxiliaryEffectSlotStopvSOFT(ALsizei n, const ALuint *
AL_API const ALchar* AL_APIENTRY alsoft_get_version(void);
-/* Functions from abandoned extenions. */
+/* Functions from abandoned extenions. Only here for binary compatibility. */
AL_API void AL_APIENTRY alSourceQueueBufferLayersSOFT(ALuint src, ALsizei nb,
const ALuint *buffers);