mirror of
https://github.com/bevyengine/bevy
synced 2025-03-07 08:47:24 +00:00
Currently, the prepass has no support for visibility ranges, so artifacts appear when using dithering visibility ranges in conjunction with a prepass. This patch fixes that problem. Note that this patch changes the prepass to use sparse bind group indices instead of sequential ones. I figured this is cleaner, because it allows for greater sharing of WGSL code between the forward pipeline and the prepass pipeline. The `visibility_range` example has been updated to allow the prepass to be toggled on and off. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |