Michael Schmidt

Results 309 comments of Michael Schmidt

Alright, so it's pretty much ready now. Updates: - I used `bcdec_rs` to add support for BC6 and BC7, so we support all commonly-used DDS formats now. - I also...

I've also run into a problem with testing: How do I test RGB32F images? `render_images` doesn't output them.

Sorry for the delay! I mostly finished up the PR now. 1. I fixed all clippy problems. 1. I tried using the `bcdec_rs` crate for BC decompression as much as...

Closed in favor of #2461.

How is `no-inferrable-types` related to this rule? The problem that this new rule is supposed to detect is that some *values* are useless, but `no-inferrable-types` seems to report useless *types*....

> I think it would be good to split off the bugfixes you made into a separate PR. Will do. > I would also appreciate if you could do some...

Okay, it's now this: ``` ImageBuffer:: { width: 16, height: 16, color: "sRGB", } ``` Unfortunately, I don't think `data: [1, 2, 3, 4, 5, ...]` will be possible. The...

Aren't settings "synchronized" between instances? How would you even tell one instance to use one GPU without also setting it for the other?

Then maybe we could this a feature? If we have multiple instances, then only one instance write settings. All other instances can change their settings, but don't write them to...

This might be a stupid question, because I don't have `image`'s entire API in my head, but what would the downsides of having a single unified type for both builtin...