mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-23 03:28:30 +00:00
Added Uint32 versions of the atomic functions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user