On launch (cargo run
in root directory), application will panic!
because
"thread 'main' panicked at 'Attachment sample_count must be
supported by physical device limits',
/home/osalter/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libstd/macros.rs:13:23'"
Full error here: https://paste.sr.ht/~muirrum/164f75c0bd2fbe570aab4babaa930d816cce2983
just go into render/lib.rs and search for
let config =
and then just turn down the msaa variable to some other power of two. I had it turned up unreasonable high anyway.
This is probably something that can be configured via a file, with a default set low enough to not trigger this.