Enum gfx_core::IndexType
[−]
[src]
pub enum IndexType { U16, U32, }
A type of each index value in the slice's index buffer
Variants
U16 | ||
U32 |
pub enum IndexType { U16, U32, }
A type of each index value in the slice's index buffer
U16 | ||
U32 |
impl Debug for IndexType
impl Clone for IndexType
fn clone(&self) -> IndexType
fn clone_from(&mut self, source: &Self)
impl Copy for IndexType
impl Hash for IndexType
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialOrd for IndexType
fn partial_cmp(&self, __arg_0: &IndexType) -> Option<Ordering>
fn lt(&self, __arg_0: &IndexType) -> bool
fn le(&self, __arg_0: &IndexType) -> bool
fn gt(&self, __arg_0: &IndexType) -> bool
fn ge(&self, __arg_0: &IndexType) -> bool
impl PartialEq for IndexType
impl Ord for IndexType
impl Eq for IndexType