Destroy a group of properties.
Defined in <SDL3/SDL_properties.h>
void SDL_DestroyProperties(SDL_PropertiesID props);
SDL_PropertiesID | props | the properties to destroy. |
All properties are deleted and their cleanup functions will be called, if any.
This function should not be called while these properties are locked or other threads might be setting or getting values from these properties.
This function is available since SDL 3.1.3.