Yatekii / imgui-wgpu-rs

Dear imgui renderer for wgpu-rs.
MIT License
256 stars 86 forks source link

depth stencil parameter in renderpass #84

Closed ElhamAryanpur closed 2 years ago

ElhamAryanpur commented 2 years ago

Hey there!

I was using this to add imgui to my renderer, however I'm using depth stencil parameter in renderpass, which is incompatible with this crate as it wants it to be None... Is there any workaround or changes to be done for fix?

The line I'm referring to from my engine

Thanks 🙏

ElhamAryanpur commented 2 years ago

You can create a new renderpass, and make sure it's Load and not Clear(color)