gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Add debug message callback. #92

Closed maoliver-amd closed 10 months ago

maoliver-amd commented 11 months ago

As it says on the tin Errors or critical failures will trigger a debug break point while warnings will just print out the message. Any lower level information is ignored. The message callback isnt unregistered as its used for the life time of the device anyway