Struct lava::VkPhysicalDevicePointClippingProperties[][src]

pub struct VkPhysicalDevicePointClippingProperties {
    pub point_clipping_behavior: VkPointClippingBehavior,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDevicePointClippingProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDevicePointClippingProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDevicePointClippingProperties
[src]

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

Auto Trait Implementations