Struct lava::ext::VkPhysicalDeviceConditionalRenderingFeatures[][src]

pub struct VkPhysicalDeviceConditionalRenderingFeatures {
    pub conditional_rendering: bool,
    pub inherited_conditional_rendering: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceConditionalRenderingFeatures
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceConditionalRenderingFeatures
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceConditionalRenderingFeatures
[src]

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

Auto Trait Implementations