Closed ElhamAryanpur closed 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 🙏
You can create a new renderpass, and make sure it's Load and not Clear(color)
Load
Clear(color)
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 🙏