Enum zaplib::ClearDepth
source · [−]Expand description
The depth to either initialize a Texture
with (when rendering it for the very first time),
or to clear it with on every paint.
Variants
InitWith(f64)
ClearWith(f64)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClearDepth
impl Send for ClearDepth
impl Sync for ClearDepth
impl Unpin for ClearDepth
impl UnwindSafe for ClearDepth
Blanket Implementations
Mutably borrows from an owned value. Read more