MLX42 1.0
MLX42
|
#include "MLX42/MLX42_Int.h"
Go to the source code of this file.
Functions | |
static void | mlx_free_image (void *content) |
void | mlx_close_window (mlx_t *mlx) |
void | mlx_terminate (mlx_t *mlx) |
Notifies MLX that it should stop rendering and exit the main loop. This is not the same as terminate, this simply tells MLX to close the window.
[in] | mlx | The MLX instance handle. |
Definition at line 26 of file mlx_exit.c.
Definition at line 17 of file mlx_exit.c.
All of glfw & glads resources are cleaned up by the terminate function. Now it's time to clean up our own mess.
Definition at line 36 of file mlx_exit.c.