SDL_DestroyEnvironment - Man Page
Destroy a set of environment variables.
Synopsis
#include <SDL3/SDL_stdinc.h> void SDL_DestroyEnvironment(SDL_Environment *env);
Function Parameters
- env
the environment to destroy.
Thread Safety
It is safe to call this function from any thread, as long as the environment is no longer in use.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_CreateEnvironment(3), SDL_Environment.3type(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS