Trait MipMap
la::mipmap
pub trait MipMap: Sized { fn plane_init(&self) -> (Self, Self); fn plane_or(&self, other: &Self) -> Self; }
fn plane_init(&self) -> (Self, Self)
fn plane_or(&self, other: &Self) -> Self
impl MipMap for usize
fn plane_init(&self) -> (usize, usize)
fn plane_or(&self, other: &usize) -> usize
impl MipMap for u8
fn plane_init(&self) -> (u8, u8)
fn plane_or(&self, other: &u8) -> u8
impl MipMap for u16
fn plane_init(&self) -> (u16, u16)
fn plane_or(&self, other: &u16) -> u16
impl MipMap for u32
fn plane_init(&self) -> (u32, u32)
fn plane_or(&self, other: &u32) -> u32
impl MipMap for u64
fn plane_init(&self) -> (u64, u64)
fn plane_or(&self, other: &u64) -> u64