bevy/crates/bevy_render
JMS55 724e69bff4
Bias texture mipmaps (#7614)
# Objective

- Closes #7323 
- Reduce texture blurriness for TAA

## Solution

- Add a `MipBias` component and view uniform.
- Switch material `textureSample()` calls to `textureSampleBias()`.
- Add a `-1.0` bias to TAA.

---

## Changelog

- Added `MipBias` camera component, mostly for internal use.

---------

Co-authored-by: François <mockersf@gmail.com>
Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2023-06-22 20:55:05 +00:00
..
macros Fix AsBindGroup derive, texture attribute, visibility flag parsing (#8868) 2023-06-21 23:58:55 +00:00
src Bias texture mipmaps (#7614) 2023-06-22 20:55:05 +00:00
Cargo.toml Add morph targets (#8158) 2023-06-22 20:00:01 +00:00