Skip to content

Conversation

@jwright159
Copy link

The test that should panic doesn't, but I don't THINK that was me. Also I was unsure what to do about the Capabilities/Features part so I did my best.

@AnthonyTornetta
Copy link
Collaborator

Thanks! I'll take a look at this soon

@AnthonyTornetta AnthonyTornetta self-requested a review October 19, 2025 00:49
@Kjolnyr Kjolnyr self-requested a review November 28, 2025 08:04
.wgpu_device()
.poll(wgpu::MaintainBase::Wait)
.poll(wgpu::PollType::Wait)
.unwrap()
Copy link
Owner

Choose a reason for hiding this comment

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

Please handle the error instead of unwrapping here

Capabilities::UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING,
features.contains(Features::UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING),
Capabilities::STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING,
features.contains(Features::STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING),
Copy link
Owner

Choose a reason for hiding this comment

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

Seems like we differ here from wgpu-core create_validator. @AnthonyTornetta is this valid?

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.

3 participants