Skip to content
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

Build error with "the trait std::cmp::Eq is not implemented " #3

Open
happydpc opened this issue Apr 15, 2019 · 3 comments
Open

Build error with "the trait std::cmp::Eq is not implemented " #3

happydpc opened this issue Apr 15, 2019 · 3 comments

Comments

@happydpc
Copy link

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.

微信图片_20190415233357

@Limeth
Copy link
Member

Limeth commented Apr 15, 2019

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.

.
├── vulkano
│  └── Cargo.toml
└── ammolite
   └── Cargo.toml

Let me know if you encounter any issues.

@happydpc
Copy link
Author

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.

@Limeth
Copy link
Member

Limeth commented Apr 16, 2019

Hmm, trying to compile it on a different machine yields similar errors, I must've forgotten to commit my changes to the vulkano branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants