Fix depth bias documentation

This commit is contained in:
Dzmitry Malyshau 2021-01-29 00:07:36 -05:00
parent 513c08ecbb
commit 4099c2ca8e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## v0.7 (TBD)
## v0.7 (2020-08-30)
- Major API changes:
- `RenderPipelineDescriptor`
- `BindingType`

View File

@ -1592,6 +1592,7 @@ pub struct DepthStencilState {
/// Stencil state.
#[cfg_attr(any(feature = "trace", feature = "replay"), serde(default))]
pub stencil: StencilState,
/// Depth bias state.
#[cfg_attr(any(feature = "trace", feature = "replay"), serde(default))]
pub bias: DepthBiasState,
/// If enabled polygon depth is clamped to 0-1 range instead of being clipped.