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

Fixed: enabling PARTIALLY_BOUND_BINDING_ARRAY does not get enabled on vulkan backend #3772

Merged
merged 5 commits into from
Jul 23, 2023

Conversation

39ali
Copy link
Contributor

@39ali 39ali commented May 13, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Connections
resolves 3522.

Description
Fixed: enabling PARTIALLY_BOUND_BINDING_ARRAY does not enable VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT on the Vulkan backend, I've also added partially_bounded_array test.

Testing
run the partially_bounded_array test.

Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thank you for adding the test!

wgpu/tests/partially_bounded_arrays/mod.rs Outdated Show resolved Hide resolved
wgpu/tests/partially_bounded_arrays/mod.rs Outdated Show resolved Hide resolved
wgpu/tests/partially_bounded_arrays/mod.rs Outdated Show resolved Hide resolved
@cwfitzgerald
Copy link
Member

Poke from triage

`VK_DESCRIPTOR_BINDING_PARTIALLY_BOUND_BIT` on the vulkan backend
+ added `partially_bounded_array` test
@39ali
Copy link
Contributor Author

39ali commented Jul 23, 2023

Pokes back

Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Poke received :)

CHANGELOG.md Show resolved Hide resolved
@cwfitzgerald cwfitzgerald enabled auto-merge (squash) July 23, 2023 07:30
@cwfitzgerald cwfitzgerald merged commit b93dc7c into gfx-rs:trunk Jul 23, 2023
20 checks passed
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.

Enabling the PARTIALLY_BOUND_BINDING_ARRAY feature causes Vulkan Validation Error
2 participants