We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include <mlx.h> int main() { void* mlx = mlx_init(); mlx_destroy_display(mlx); mlx = mlx_init(); // crash with SDL_Init mlx_destroy_display(mlx); return 0; }
wtf
The text was updated successfully, but these errors were encountered:
Hello! Thank you for filing an issue.
If this is a bug report, please include relevant logs to help us debug the problem (OS, MLX version, drivers installed, GPU type and vendor, ...)
Sorry, something went wrong.
can't reproduce, wtf
the example works, I don't know what the bro did
i guess that's a skill issue
Kbz-8
y-syo
No branches or pull requests
wtf
The text was updated successfully, but these errors were encountered: