Skip to content
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

Generate extension names #188

Merged
merged 2 commits into from
Feb 12, 2019
Merged

Generate extension names #188

merged 2 commits into from
Feb 12, 2019

Conversation

MaikKlein
Copy link
Member

Adds extension names to the function pointer structs.

vk::KhrSwapchain::name()

Currently Rust doesn't support CStr as associated consts, so functions have to be used for now.

@MaikKlein MaikKlein mentioned this pull request Feb 12, 2019
@MaikKlein
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Feb 12, 2019
188: Generate extension names r=MaikKlein a=MaikKlein

Adds extension names to the function pointer structs.

`vk::KhrSwapchain::name()`

Currently Rust doesn't support `CStr` as associated consts, so functions have to be used for now.

Co-authored-by: Maik Klein <maikklein@googlemail.com>
@bors
Copy link
Contributor

bors bot commented Feb 12, 2019

@bors bors bot merged commit 52e9c63 into master Feb 12, 2019
@MarijnS95 MarijnS95 deleted the extension-names branch April 13, 2021 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants