Destroy a set of properties.
Defined in <SDL3/SDL_properties.h>
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.0.0.