Trait rin::gl::CubemapImage[][src]

pub trait CubemapImage: Image {
    pub fn mipmap_face(
        &self,
        level: usize,
        face: usize
    ) -> Option<&[Self::DataType]>; }

Required methods

pub fn mipmap_face(
    &self,
    level: usize,
    face: usize
) -> Option<&[Self::DataType]>
[src]

Loading content...

Implementors

impl<S> CubemapImage for Dds<S> where
    S: Borrow<[u8]>, 
[src]

Loading content...