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

new-features #17

Merged
merged 5 commits into from
Aug 23, 2024
Merged

new-features #17

merged 5 commits into from
Aug 23, 2024

Conversation

stripe2933
Copy link
Owner

This PR adds new features:

  • DescriptorSet::getWriteOne<Binding>: get vk::WriteDescriptorSet with single descriptor info. This method is provided for convenience, for avoiding the verbose usage case of getWrite<Binding> such like getWrite<0>(vku::unsafeProxy(vk::DescriptorBufferInfo { ... })). Since it does not require the parameter as strict lvalue, you can use the compile time type deduction, such like getWriteOne<0>({ ... }).
  • Added Image::getMipViewCreateInfos, which return the vector of vk::ImageViewCreateInfo per mip levels.

@stripe2933 stripe2933 merged commit d0544f3 into module Aug 23, 2024
6 of 8 checks passed
@stripe2933 stripe2933 deleted the new-features branch August 23, 2024 08:47
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.

1 participant