Struct rust_webvr_api::vr_framebuffer::VRFramebufferAttributes
[−]
[src]
pub struct VRFramebufferAttributes {
pub multiview: bool,
pub depth: bool,
pub multisampling: bool,
}Fields
multiview: bool
depth: bool
multisampling: bool
Trait Implementations
impl Debug for VRFramebufferAttributes[src]
impl Copy for VRFramebufferAttributes[src]
impl Clone for VRFramebufferAttributes[src]
fn clone(&self) -> VRFramebufferAttributes[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for VRFramebufferAttributes[src]
fn default() -> VRFramebufferAttributes[src]
Returns the "default value" for a type. Read more