Closed HalfVoxel closed 3 years ago
With those changes, please squash and we'll be good to go.
The bot says it has found warnings and errors... but it doesn't seem to show them? Is it configured correctly?
@kvark, done. Squashing I believe can be done by github directly when merging.
Btw, locally I'm getting a ton of clippy errors for other parts of the code, am I using the wrong clippy config?
Squashing I believe can be done by github directly when merging.
Wee use a merge bot which doesn't know how to squash. I can squash manually though if I see no other PRs are in flight
Btw, locally I'm getting a ton of clippy errors for other parts of the code, am I using the wrong clippy config?
We aligned naga and wgpu to respect clippy warnings/errors, but not gfx-rs or wgpu-rs yet. This would be nice to get!
Previously buffers sizes which were already aligned would be unnecessarily padded with
COPY_BUFFER_ALIGNMENT
(4) bytes.