Skip to content

Error handling

Samuel Gélineau requested to merge gelisam/gloss-export:error-handling into master

Using bracket to avoid leaking resources in the case of an exception, using GLFW.setErrorHandler to capture and rethrow a more useful error message, and throwing exceptions instead of just printing error messages to stdout without informing the rest of the program that something went wrong.

Merge request reports