Struct lava::ext::VkPhysicalDeviceConservativeRasterizationProperties[][src]

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

Trait Implementations

impl Debug for VkPhysicalDeviceConservativeRasterizationProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceConservativeRasterizationProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceConservativeRasterizationProperties
[src]

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

Auto Trait Implementations