~muirrum/hackagotchi-clients#1: 
Panic - sample_count must be supported by physical device

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

Status
REPORTED
Submitter
~muirrum
Assigned to
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~cedh 2 years ago

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.

~muirrum 2 years ago

This is probably something that can be configured via a file, with a default set low enough to not trigger this.

Register here or Log in to comment, or comment via email.