Conversation
|
This is waiting on a resolution of gfx-rs/wgpu#5756. |
|
I'm the person who opened #2507 and going to use this framework with |
For now, this feature flag only enables validation in `iced_wgpu`; which has become quite expensive since its `0.20` release.
|
I have finally been able to trace down the root cause of the As I explain in my comment, it turns out it's not an issue at all and we can simply control the validation layers with a new feature flag: I see no reason for users of the library to run validation layers unless they are having issues, therefore the feature flag is disabled by default. In my testing, disabling validation actually makes I think we can finally merge this. |
Closes #2417.
Closes #2507.