wgpu/wgpu-core
Jim Blandy 091e9b1788
Clean up render bundle index buffer tracking. (#2743)
* Remove unused field `bundle::IndexState::pipeline_format`.

* Clean up render bundle index buffer tracking.

Put all state associated with an established index buffer within an
`Option`, so that the Rust types accurately represent value liveness.

Generate `MissingIndexBuffer` errors as needed for `DrawIndexed` and
indexed `MultiDrawIndirect` commands.
2022-06-07 02:17:27 -04:00
..
src Clean up render bundle index buffer tracking. (#2743) 2022-06-07 02:17:27 -04:00
build.rs Dx11 Backend (#2443) 2022-03-12 17:14:18 +00:00
Cargo.toml OffscreenCanvas Support for WebGL Backend (#2603) 2022-06-07 01:57:16 -04:00
LICENSE.APACHE Add symlink LICENSE files into crates. (#2604) 2022-05-29 03:07:42 -04:00
LICENSE.MIT Add symlink LICENSE files into crates. (#2604) 2022-05-29 03:07:42 -04:00