Skip to content

Pass DEPTH_CLAMPING feature request to gfx-hal#1099

Merged
bors[bot] merged 1 commit intogfx-rs:masterfrom
Imberflur:fix-depth-clamp-warning
Dec 19, 2020
Merged

Pass DEPTH_CLAMPING feature request to gfx-hal#1099
bors[bot] merged 1 commit intogfx-rs:masterfrom
Imberflur:fix-depth-clamp-warning

Conversation

@Imberflur
Copy link
Copy Markdown
Contributor

Connections
Fixes #1087

Description
The request for the depth clamping feature was not being passed down to gfx-hal. This led to a warning from the vulkan backend when attempting to use this feature.

Testing
ran wgpu-rs shadow example and the warning no longer appears

Copy link
Copy Markdown
Contributor

@monocodus monocodus bot left a comment

Choose a reason for hiding this comment

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

This is an autogenerated code review.

Checker summary (by rust_clippy):
The tool has found 82 warnings, 0 errors.

@cwfitzgerald
Copy link
Copy Markdown
Member

Thanks!

bors r+

@bors
Copy link
Copy Markdown
Contributor

bors bot commented Dec 19, 2020

@bors bors bot merged commit b342225 into gfx-rs:master Dec 19, 2020
@Imberflur Imberflur deleted the fix-depth-clamp-warning branch December 20, 2020 01:13
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.

Depth clamping is requested but there is still an error message when trying to use it

2 participants