-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
link: Improvements over the runtime API.
This allows the runtime API: * To be queried. * To be reused across threads. I need the first to use it on bindgen. The second is not needed right now, but it's nice to have. The querying API is really similar to what the `gl` bindings crate uses. I wonder why a mutex to guard the setting of a thread-local variable, is there something I missed?
- Loading branch information
Showing
1 changed file
with
86 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters