diff --git a/CHANGELOG.md b/CHANGELOG.md index 8737ad5c48..3d3cd42e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## v0.7 (TBD) +## v0.7 (2020-08-30) - Major API changes: - `RenderPipelineDescriptor` - `BindingType` diff --git a/wgpu-types/src/lib.rs b/wgpu-types/src/lib.rs index 0504f2195d..a2f87eb6c2 100644 --- a/wgpu-types/src/lib.rs +++ b/wgpu-types/src/lib.rs @@ -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.