Struct lava::VkPhysicalDeviceSubgroupProperties[][src]

pub struct VkPhysicalDeviceSubgroupProperties {
    pub subgroup_size: usize,
    pub supported_stages: VkShaderStageFlags,
    pub supported_operations: VkSubgroupFeatureFlags,
    pub quad_operations_in_all_stages: bool,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceSubgroupProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceSubgroupProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceSubgroupProperties
[src]

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

Auto Trait Implementations