Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3282: Allow DX12 Backend to work with strides of 0 r=kvark a=cwfitzgerald So this fixes the problem gfx-rs/wgpu#754 was working around, but found a much more interesting problem: - DX12 _must_ have a stride of 16/20, the value of the stride is ignored other than the assert. This isn't a problem from the wgpu perspective (we assume tightly packed), but would have issues for gfx-portability. Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
- Loading branch information