Struct gfx::state::Depth
[−]
[src]
pub struct Depth {
pub fun: Comparison,
pub write: bool,
}Depth test state.
Fields
fun | Comparison function to use. |
write | Specify whether to write to the depth buffer or not. |