mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 07:59:11 +00:00
Added Uint32 versions of the atomic functions
This commit is contained in:
parent
8d223b3037
commit
d0edf68774
5 changed files with 180 additions and 4 deletions
|
@ -63,6 +63,7 @@ SDL3_0.0.0 {
|
|||
SDL_CloseStorage;
|
||||
SDL_CompareAndSwapAtomicInt;
|
||||
SDL_CompareAndSwapAtomicPointer;
|
||||
SDL_CompareAndSwapAtomicU32;
|
||||
SDL_ComposeCustomBlendMode;
|
||||
SDL_ConvertAudioSamples;
|
||||
SDL_ConvertEventToRenderCoordinates;
|
||||
|
@ -215,6 +216,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetAssertionReport;
|
||||
SDL_GetAtomicInt;
|
||||
SDL_GetAtomicPointer;
|
||||
SDL_GetAtomicU32;
|
||||
SDL_GetAudioDeviceChannelMap;
|
||||
SDL_GetAudioDeviceFormat;
|
||||
SDL_GetAudioDeviceGain;
|
||||
|
@ -780,6 +782,7 @@ SDL3_0.0.0 {
|
|||
SDL_SetAssertionHandler;
|
||||
SDL_SetAtomicInt;
|
||||
SDL_SetAtomicPointer;
|
||||
SDL_SetAtomicU32;
|
||||
SDL_SetAudioDeviceGain;
|
||||
SDL_SetAudioPostmixCallback;
|
||||
SDL_SetAudioStreamFormat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue