Skip to content

api: drain and log errors in EGL and GLX context/display destructors - #1756

Open
reubenueben wants to merge 2 commits into
rust-windowing:masterfrom
reubenueben:fix-error-draining-1510
Open

api: drain and log errors in EGL and GLX context/display destructors#1756
reubenueben wants to merge 2 commits into
rust-windowing:masterfrom
reubenueben:fix-error-draining-1510

Conversation

@reubenueben

Copy link
Copy Markdown

Fixes #1510
Implements error draining via "log::debug!()" for both EGL (Context and display) and GLX (content), (compiled and verified locally)

I am on Linux Mint and have left the WGL backend untouched to ensure no unverified platform compilation errors are introduced to the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Drain errors in destructors when possible

1 participant