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...Implementors
Loading content...