Struct lava::VkDescriptorSetLayoutCreateFlags[][src]

pub struct VkDescriptorSetLayoutCreateFlags {
    pub push_descriptor_khr: bool,
    pub update_after_bind_pool_ext: bool,
}

Fields

Methods

impl VkDescriptorSetLayoutCreateFlags
[src]

Trait Implementations

impl Debug for VkDescriptorSetLayoutCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkDescriptorSetLayoutCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkDescriptorSetLayoutCreateFlags
[src]

impl Default for VkDescriptorSetLayoutCreateFlags
[src]

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

Auto Trait Implementations