Struct lava::VkSubgroupFeatureFlags[][src]

pub struct VkSubgroupFeatureFlags {
    pub basic: bool,
    pub vote: bool,
    pub arithmetic: bool,
    pub ballot: bool,
    pub shuffle: bool,
    pub shuffle_relative: bool,
    pub clustered: bool,
    pub quad: bool,
    pub partitioned_nv: bool,
}

Fields

Methods

impl VkSubgroupFeatureFlags
[src]

Trait Implementations

impl Debug for VkSubgroupFeatureFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSubgroupFeatureFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkSubgroupFeatureFlags
[src]

impl Default for VkSubgroupFeatureFlags
[src]

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

Auto Trait Implementations