-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Should X display/connection handles be nullable? #141
Comments
If I remember correctly, display handles can be null for EGL. I've changed my mind since my posts in #136, I think allowing this use case is worth it. |
Yes, there's a thing called |
Whether null is correct depends on the context. Like kchibisov, for EGL it is valid. Meanwhile in Vulkan, you must provide a valid pointer to a display. |
Closing now, as I think this question was answered. |
XlibDisplayHandle.display
andXcbDisplayHandle.connection
are nullable; should they be?Previously discussed in #136.
The text was updated successfully, but these errors were encountered: