diff options
author | Chris Robinson <[email protected]> | 2022-04-03 20:52:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-04-03 20:52:54 -0700 |
commit | 8188bb9f019fb7de31502a5f303ebc636c6cc408 (patch) | |
tree | 4efa49e13c7d6af07b500021ad9a02b2f29c90dd /alc/inprogext.h | |
parent | f2f83aaabba5b5c5f6c2b1657ff102bcac3f11aa (diff) |
Update a comment for abandoned extension functions
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r-- | alc/inprogext.h | 2 |
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); |