Trait rin_gl::CubemapImage [−][src]
pub trait CubemapImage: Image { pub fn mipmap_face(
&self,
level: usize,
face: usize
) -> Option<&[Self::DataType]>; }
Required methods
Loading content...Implementations on Foreign Types
impl<S> CubemapImage for Dds<S> where
S: Borrow<[u8]>,
[src]
impl<S> CubemapImage for Dds<S> where
S: Borrow<[u8]>,
[src]