Skip to content

Commit

Permalink
Expose early depth test field (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeoc2001 authored Jun 27, 2023
1 parent adf1cca commit 614da63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ pub(crate) type NamedExpressions = indexmap::IndexMap<
#[cfg_attr(feature = "deserialize", derive(Deserialize))]
#[cfg_attr(feature = "arbitrary", derive(Arbitrary))]
pub struct EarlyDepthTest {
conservative: Option<ConservativeDepth>,
pub conservative: Option<ConservativeDepth>,
}
/// Enables adjusting depth without disabling early Z.
///
Expand Down

0 comments on commit 614da63

Please sign in to comment.