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

Missing dynamic state enum variants #680

Closed
coffeenotfound opened this issue Nov 18, 2022 · 2 comments · Fixed by #667
Closed

Missing dynamic state enum variants #680

coffeenotfound opened this issue Nov 18, 2022 · 2 comments · Fixed by #667

Comments

@coffeenotfound
Copy link

Right now ash::vk::DynamicState is missing all variants added by extensions, e.g. VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT

@MarijnS95
Copy link
Collaborator

Since you commented on #671, note that this is part of Vulkan 1.3.230 which has yet to be merged in #667?

pub const RASTERIZATION_SAMPLES_EXT: Self = Self(1_000_455_005);

@MarijnS95 MarijnS95 linked a pull request Nov 18, 2022 that will close this issue
@coffeenotfound
Copy link
Author

Ah makes sense. Also I'm kind of amazed by the absolute speed you comment on issues

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 a pull request may close this issue.

2 participants