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 IndexTypeimpl Clone for IndexTypefn clone(&self) -> IndexTypefn clone_from(&mut self, source: &Self)impl Copy for IndexTypeimpl Hash for IndexTypefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialOrd for IndexTypefn partial_cmp(&self, __arg_0: &IndexType) -> Option<Ordering>fn lt(&self, __arg_0: &IndexType) -> boolfn le(&self, __arg_0: &IndexType) -> boolfn gt(&self, __arg_0: &IndexType) -> boolfn ge(&self, __arg_0: &IndexType) -> boolimpl PartialEq for IndexTypeimpl Ord for IndexTypeimpl Eq for IndexType