bevy/crates/bevy_core_pipeline
IceSentry fcf6067a10
Fix OIT depth test (#15991)
# Objective

- The depth test was only using the final depth but it should be testing
each fragments
- Fully transparent fragments should not be added to the list

## Solution

- Test each fragment after sorting

## Testing

before:
TODO

after:
TODO
2024-10-19 01:16:17 +00:00
..
src Fix OIT depth test (#15991) 2024-10-19 01:16:17 +00:00
Cargo.toml Remove thiserror from bevy_core_pipeline (#15775) 2024-10-09 14:20:16 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Core Pipeline

License Crates.io Downloads Docs Discord