Struct glin::cubemap::Faces [−][src]
pub struct Faces<I: Image> { pub positive_x: I, pub negative_x: I, pub positive_y: I, pub negative_y: I, pub positive_z: I, pub negative_z: I, }
Used to allocate a Cubemap from a set of images
Fields
positive_x: Inegative_x: Ipositive_y: Inegative_y: Ipositive_z: Inegative_z: IImplementations
impl<I: Image> Faces<I>[src]
impl<I: Image> Faces<I>[src]Trait Implementations
Auto Trait Implementations
impl<I> RefUnwindSafe for Faces<I> where
I: RefUnwindSafe,
I: RefUnwindSafe,
impl<I> Send for Faces<I> where
I: Send,
I: Send,
impl<I> Sync for Faces<I> where
I: Sync,
I: Sync,
impl<I> Unpin for Faces<I> where
I: Unpin,
I: Unpin,
impl<I> UnwindSafe for Faces<I> where
I: UnwindSafe,
I: UnwindSafe,