Enum glium::framebuffer::DefaultFramebufferAttachment
[−]
[src]
pub enum DefaultFramebufferAttachment {
BackLeft,
BackRight,
FrontLeft,
FrontRight,
}One of the color attachments on the default framebuffer.
Variants
BackLeftThe backbuffer for the left eye. Equivalent to the backbuffer if stereoscopy is disabled.
BackRightThe backbuffer for the right eye. May not be present.
FrontLeftThe frontbuffer for the left eye. Equivalent to the frontbuffer if stereoscopy is disabled. May not be accessible.
FrontRightThe frontbuffer for the right eye. May not be present or accessible.
Trait Implementations
impl Debug for DefaultFramebufferAttachment[src]
impl Clone for DefaultFramebufferAttachment[src]
fn clone(&self) -> DefaultFramebufferAttachment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more