-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Merged by Bors] - Better error message for unsupported shader features Fixes #869 #2598
[Merged by Bors] - Better error message for unsupported shader features Fixes #869 #2598
Conversation
8ac1075
to
64a759f
Compare
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approval pending formatting being fixed
This is one of the few cases where I think rustfmt
's formatting is significantly worse. However, it's still better just to stick with rustfmt's formatting.
You should be able to reformat by using
cargo fmt --all
64a759f
to
347ddb7
Compare
could you mention |
Done. |
bors r+ |
# Objective - Provides more useful error messages when using unsupported shader features. ## Solution Fixes #869 - Provided a error message as follows (adding name, set and binding): ``` Unsupported shader bind type CombinedImageSampler (name noiseVol0, set 0, binding 9) ```
Objective
Solution Fixes #869