CullMode

Type Alias CullMode 

Source
pub type CullMode = Face;
Expand description

Face of a vertex.

Aliased Type§

#[repr(C)]
pub enum CullMode { Front = 0, Back = 1, }

Variants§

§

Front = 0

Front face

§

Back = 1

Back face