Struct lava::VkPhysicalDeviceMultiviewFeatures[][src]

pub struct VkPhysicalDeviceMultiviewFeatures {
    pub multiview: bool,
    pub multiview_geometry_shader: bool,
    pub multiview_tessellation_shader: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceMultiviewFeatures
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceMultiviewFeatures
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceMultiviewFeatures
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations