Constant gfx::preset::depth::LESS_EQUAL_WRITE
[−]
[src]
pub const LESS_EQUAL_WRITE: Depth=
Depth{fun: Comparison::LessEqual, write: true,}
When rendering a fragment, only draw when the fragment's output depth is less than or equal to the current depth buffer value. Rendering will update the depth buffer with the new depth value.