We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now ash::vk::DynamicState is missing all variants added by extensions, e.g. VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT
ash::vk::DynamicState
VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT
The text was updated successfully, but these errors were encountered:
Since you commented on #671, note that this is part of Vulkan 1.3.230 which has yet to be merged in #667?
1.3.230
ash/ash/src/vk/extensions.rs
Line 23848 in 2e5a07b
Sorry, something went wrong.
Ah makes sense. Also I'm kind of amazed by the absolute speed you comment on issues
Successfully merging a pull request may close this issue.
Right now
ash::vk::DynamicState
is missing all variants added by extensions, e.g.VK_DYNAMIC_STATE_RASTERIZATION_SAMPLES_EXT
The text was updated successfully, but these errors were encountered: