Closed AliBasicCoder closed 2 years ago
CommandBufferUsage
has only been added recently, and isn't in the 0.22 release. If you want to use it, you'll need the git master version instead:
[dependencies]
vulkano = {git = "https://github.com/vulkano-rs/vulkano"}
vulkano-shaders = {git = "https://github.com/vulkano-rs/vulkano"}
vulkano-win = {git = "https://github.com/vulkano-rs/vulkano"}
Note that this is unstable, so be prepared for that.
CommandBufferUsage
has only been added recently, and isn't in the 0.22 release. If you want to use it, you'll need the git master version instead:[dependencies] vulkano = {git = "https://github.com/vulkano-rs/vulkano"} vulkano-shaders = {git = "https://github.com/vulkano-rs/vulkano"} vulkano-win = {git = "https://github.com/vulkano-rs/vulkano"}
Note that this is unstable, so be prepared for that.
what about volkano::render_pass
?
Same, also not in 0.22.
@AliBasicCoder We have a lot of upcoming changes in master
. I'm going to make another release soon, and put some migration notes.
i copy pasted triangle.rs in examples to my main.rs and added this to
Cargo.toml
and this what i got