[][src]Struct lava::VkPhysicalDeviceConservativeRasterizationProperties

pub struct VkPhysicalDeviceConservativeRasterizationProperties {
    pub primitive_overestimation_size: f32,
    pub max_extra_primitive_overestimation_size: f32,
    pub extra_primitive_overestimation_size_granularity: f32,
    pub primitive_underestimation: bool,
    pub conservative_point_and_line_rasterization: bool,
    pub degenerate_triangles_rasterized: bool,
    pub degenerate_lines_rasterized: bool,
    pub fully_covered_fragment_shader_input_variable: bool,
    pub conservative_rasterization_post_depth_coverage: bool,
}

Fields

primitive_overestimation_size: f32max_extra_primitive_overestimation_size: f32extra_primitive_overestimation_size_granularity: f32primitive_underestimation: boolconservative_point_and_line_rasterization: booldegenerate_triangles_rasterized: booldegenerate_lines_rasterized: boolfully_covered_fragment_shader_input_variable: boolconservative_rasterization_post_depth_coverage: bool

Trait Implementations

impl Default for VkPhysicalDeviceConservativeRasterizationProperties[src]

impl Clone for VkPhysicalDeviceConservativeRasterizationProperties[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkPhysicalDeviceConservativeRasterizationProperties[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]