Struct lava::VkImageUsageFlags[][src]

pub struct VkImageUsageFlags {
    pub transfer_src: bool,
    pub transfer_dst: bool,
    pub sampled: bool,
    pub storage: bool,
    pub color_attachment: bool,
    pub depth_stencil_attachment: bool,
    pub transient_attachment: bool,
    pub input_attachment: bool,
}

Fields

Methods

impl VkImageUsageFlags
[src]

Trait Implementations

impl Debug for VkImageUsageFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageUsageFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkImageUsageFlags
[src]

impl Default for VkImageUsageFlags
[src]

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

Auto Trait Implementations