Enum gfx::state::CullFace
[−]
[src]
pub enum CullFace {
Nothing,
Front,
Back,
}Which face, if any, to cull.
Variants
Nothing | |
Front | |
Back |
pub enum CullFace {
Nothing,
Front,
Back,
}Which face, if any, to cull.
Nothing | |
Front | |
Back |
impl Debug for CullFaceimpl PartialEq<CullFace> for CullFaceimpl Clone for CullFacefn clone(&self) -> CullFacefn clone_from(&mut self, source: &Self)impl Copy for CullFace
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)