SDL_DestroyEnvironment - Man Page
Destroy a set of environment variables.
Header File
Defined in SDL3/SDL_stdinc.h
Synopsis
#include "SDL3/SDL.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
·(3), SDL_CreateEnvironment(3)
Referenced By
SDL_CreateEnvironment(3), SDL_Environment.3type(3).
SDL 3.2.8 Simple Directmedia Layer SDL3 FUNCTIONS