[][src]Constant gfx::preset::depth::LESS_EQUAL_WRITE

pub const LESS_EQUAL_WRITE: Depth;

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.