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

added missing functions to V1_0 traits #416

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

alpacahaircut
Copy link
Contributor

@alpacahaircut alpacahaircut commented Mar 30, 2021

Closes #422.

Added missing functions to DeviceV1_0 and InstanceV1_0.

ash/src/device.rs Outdated Show resolved Hide resolved
ash/src/device.rs Outdated Show resolved Hide resolved
@MaikKlein
Copy link
Member

You might have to rebase/merge from main and rerun the generator to make the CI happy. (You can ignore all the conflicts from the generated code)

@MarijnS95
Copy link
Collaborator

No generated code was changed here so that shouldn't be a problem. But do run it through rustfmt to satisfy the CI 😄

(The generation job failing is merely an artifact of that, it also performs a global cargo fmt and diffs the result. We might need to find a better solution to that, though it's not the end of the world)

@MarijnS95
Copy link
Collaborator

Closes #422.

@MarijnS95 MarijnS95 merged commit 940f84e into ash-rs:master Apr 30, 2021
MarijnS95 added a commit that referenced this pull request Apr 30, 2021
Following our little discussion in [1] to just use `0` instead.

This also renames the remaining few `num` variables to `count` to more
closely match the rest of the codebase and the name of the parameter in
Vulkan [2].

[1]: #416 (comment)
[2]: #416 (comment)
MarijnS95 added a commit that referenced this pull request May 1, 2021
Following our little discussion in [1] to just use `0` instead.

This also renames the remaining few `num` variables to `count` to more
closely match the rest of the codebase and the name of the parameter in
Vulkan [2].

[1]: #416 (comment)
[2]: #416 (comment)
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.

4 participants