-
Notifications
You must be signed in to change notification settings - Fork 48
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
A safe API wrapper interface #80
Comments
As long as it takes a @notgull Was working on a safe wrapper to If that approach can reliably work and be safe, it would be good to see it integrated into winit, softbuffer, glutin, wgpu, or anything else using |
Thanks. I'll keep an eye on @notgull's project. I have been using the rust pixels crate in lieu of softbuffer for an application that doesn't actually require GPU acceleration. It appears to be hiding the RawWindowHandle inside the implementation. |
|
I've opened a PR (#132) in anticipation of the new I'd like to file equivalent draft PRs for |
Has there been any consideration as to wrapping the unsafe bits of the user facing API into a safe abstraction?
The text was updated successfully, but these errors were encountered: