-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ash/device: Allow building device from handle+fns Adds a constructor to build a device from a handle + functions. Helps with interoperability with other vulkan wrappers * ash/instance: Allow building instance from handle+fns Adds a constructor to build an instance from a handle + functions. Helps with interoperability with other vulkan wrappers * ash/entry: Allow building entry from handle+fns Adds a constructor to build an entry from a handle + functions. Helps with interoperability with other vulkan wrappers * changelog: Document #748 addition of `from_parts` constructors
- Loading branch information
Showing
4 changed files
with
56 additions
and
12 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
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
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
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