You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build with this error:
the trait std::cmp::Eq is not implemented for dyn vulkano::descriptor::pipeline_layout::PipelineLayoutDesc + std::marker::Send + std::marker::Sync. That shows the PipelineLayoutDesc hasn't any "Eq" implementation for it.
The text was updated successfully, but these errors were encountered:
Hello, thanks for the interest in trying the renderer.
I currently use my own build of Vulkano, which is available in the feature-expose-pipeline-layout branch of my fork. The Cargo.toml expects the Vulkano crate to be in the same directory the ammolite project is in, with the mentioned branch checked-out.
Thank you for your info. Very kind of you.
The vulkano is a very good library. I am trying to make it work with multi-thread and support gltf. Your repo is appealing.
Build with this error:
the trait
std::cmp::Eq
is not implemented fordyn vulkano::descriptor::pipeline_layout::PipelineLayoutDesc + std::marker::Send + std::marker::Sync
. That shows the PipelineLayoutDesc hasn't any "Eq" implementation for it.The text was updated successfully, but these errors were encountered: