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

Make stencil_usage an Option #2276

Merged
merged 3 commits into from Aug 9, 2023
Merged

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Jul 29, 2023

Changelog:

### Breaking changes
Changes to images:
- `ImageCreateInfo::stencil_usage` is now an `Option<ImageUsage>`.

After the discussion around render passes and the separate stencil values for various things, this seemed like a good thing to do to bring it more in line with that. Fits the Vulkan API better too.

@marc0246
Copy link
Contributor

marc0246 commented Aug 9, 2023

Makes things cleaner for sure.

@marc0246 marc0246 merged commit 6087ae1 into vulkano-rs:master Aug 9, 2023
3 checks passed
marc0246 added a commit that referenced this pull request Aug 9, 2023
@Rua Rua deleted the stencil-usage-option branch October 25, 2023 14:24
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
* Make stencil_usage an Option

* Small doc fixes
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
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.

None yet

2 participants