wgpu/wgpu-core
Jim Blandy d26c04c715
Don't dirty the vertex buffer for stride/rate changes on bundles. (#2744)
`wgpu_core::command::bundle::State::set_pipeline` marks a vertex
buffer slot dirty if the pipeline's stride or step mode for that
vertex buffer slot differs from what had been previously established.
The effect of marking the slot dirty is to ensure that a new
`SetVertexBuffer` command is inserted before the next draw command
that uses that vertex buffer. However, this is unnecessary:
`wgpu_hal::CommandEncoder::set_vertex_buffer` does not need to be
called simply because the stride or rate has changed.
2022-06-07 02:10:08 -04:00
..
src Don't dirty the vertex buffer for stride/rate changes on bundles. (#2744) 2022-06-07 02:10:08 -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