Struct lava::VkImageCreateFlags[][src]

pub struct VkImageCreateFlags {
    pub sparse_binding: bool,
    pub sparse_residency: bool,
    pub sparse_aliased: bool,
    pub mutable_format: bool,
    pub cube_compatible: bool,
    pub alias: bool,
    pub split_instance_bind_regions: bool,
    pub _2d_array_compatible: bool,
    pub block_texel_view_compatible: bool,
    pub extended_usage: bool,
    pub protected: bool,
    pub disjoint: bool,
    pub sample_locations_compatible_depth_ext: bool,
}

Fields

Methods

impl VkImageCreateFlags
[src]

Trait Implementations

impl Debug for VkImageCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkImageCreateFlags
[src]

impl Default for VkImageCreateFlags
[src]

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

Auto Trait Implementations