Struct limn_core::prelude::glutin::PixelFormat []

pub struct PixelFormat {
    pub hardware_accelerated: bool,
    pub color_bits: u8,
    pub alpha_bits: u8,
    pub depth_bits: u8,
    pub stencil_bits: u8,
    pub stereoscopy: bool,
    pub double_buffer: bool,
    pub multisampling: Option<u16>,
    pub srgb: bool,
}

Describes a possible format. Unused.

Fields

Trait Implementations

impl Debug for PixelFormat

Formats the value using the given formatter. Read more

impl Clone for PixelFormat

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more