vulkano-rs / vulkano-book

https://vulkano-rs.github.io/vulkano-book/
Apache License 2.0
16 stars 15 forks source link

"more_on_buffers" code sample crashing #12

Closed NicolasReboule closed 1 year ago

NicolasReboule commented 1 year ago

I tried to run

cargo run --bin more_on_buffers

but i received this error :

image

at vulkano-book\chapter_code\src\vulkano_objects\buffers.rs:268:14

marc0246 commented 1 year ago

Oops! That BufferUsage::INDEX_BUFFER usage needs to be changed to BufferUsage::UNIFORM_BUFFER for the uniform buffers.