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

Add support for ext_separate_stencil_usage, image view usages and two new layouts #1985

Merged
merged 2 commits into from
Sep 17, 2022

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Sep 17, 2022

Changelog:

- Added support for the `ext_separate_stencil_usage` extension. `UnsafeImage` and the `ImageAccess` trait now have a `stencil_usage` method.
- Added the `DepthReadOnlyStencilAttachmentOptimal` and `DepthAttachmentStencilReadOnlyOptimal` image layouts.
- Added the ability to choose a usage for image views, that is a subset of the usage of the parent image.

More missing Vulkan 1.1 and 1.2 stuff.

@AustinJ235 AustinJ235 merged commit f8cbc68 into vulkano-rs:master Sep 17, 2022
AustinJ235 added a commit that referenced this pull request Sep 17, 2022
@Rua Rua deleted the image-view branch September 17, 2022 11:54
Rua added a commit that referenced this pull request Sep 18, 2022
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.

2 participants