[−][src]Struct ash::vk::ImageLayout
Methods
impl ImageLayout
[src]
impl ImageLayout
[src]
pub const UNDEFINED: Self
[src]
Implicit layout an image is when its contents are undefined due to various reasons (e.g. right after creation)
pub const GENERAL: Self
[src]
General layout when image can be used for any kind of access
pub const COLOR_ATTACHMENT_OPTIMAL: Self
[src]
Optimal layout when image is only used for color attachment read/write
pub const DEPTH_STENCIL_ATTACHMENT_OPTIMAL: Self
[src]
Optimal layout when image is only used for depth/stencil attachment read/write
pub const DEPTH_STENCIL_READ_ONLY_OPTIMAL: Self
[src]
Optimal layout when image is used for read only depth/stencil attachment and shader access
pub const SHADER_READ_ONLY_OPTIMAL: Self
[src]
Optimal layout when image is used for read only shader access
pub const TRANSFER_SRC_OPTIMAL: Self
[src]
Optimal layout when image is used only as source of transfer operations
pub const TRANSFER_DST_OPTIMAL: Self
[src]
Optimal layout when image is used only as destination of transfer operations
pub const PREINITIALIZED: Self
[src]
Initial layout used when the data is populated by the CPU
impl ImageLayout
[src]
Generated from 'VK_KHR_swapchain'
pub const PRESENT_SRC_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_shared_presentable_image'
pub const SHARED_PRESENT_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_maintenance2'
pub const DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_maintenance2'
pub const DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_NV_shading_rate_image'
pub const SHADING_RATE_OPTIMAL_NV: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_EXT_fragment_density_map'
pub const FRAGMENT_DENSITY_MAP_OPTIMAL_EXT: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_separate_depth_stencil_layouts'
pub const DEPTH_ATTACHMENT_OPTIMAL_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_separate_depth_stencil_layouts'
pub const DEPTH_READ_ONLY_OPTIMAL_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_separate_depth_stencil_layouts'
pub const STENCIL_ATTACHMENT_OPTIMAL_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_KHR_separate_depth_stencil_layouts'
pub const STENCIL_READ_ONLY_OPTIMAL_KHR: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_VERSION_1_1'
pub const DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_VERSION_1_1'
pub const DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_VERSION_1_2'
pub const DEPTH_ATTACHMENT_OPTIMAL: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_VERSION_1_2'
pub const DEPTH_READ_ONLY_OPTIMAL: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_VERSION_1_2'
pub const STENCIL_ATTACHMENT_OPTIMAL: Self
[src]
impl ImageLayout
[src]
Generated from 'VK_VERSION_1_2'
pub const STENCIL_READ_ONLY_OPTIMAL: Self
[src]
Trait Implementations
impl Clone for ImageLayout
[src]
fn clone(&self) -> ImageLayout
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageLayout
[src]
impl Debug for ImageLayout
[src]
impl Default for ImageLayout
[src]
fn default() -> ImageLayout
[src]
impl Eq for ImageLayout
[src]
impl Hash for ImageLayout
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for ImageLayout
[src]
fn cmp(&self, other: &ImageLayout) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<ImageLayout> for ImageLayout
[src]
fn eq(&self, other: &ImageLayout) -> bool
[src]
fn ne(&self, other: &ImageLayout) -> bool
[src]
impl PartialOrd<ImageLayout> for ImageLayout
[src]
fn partial_cmp(&self, other: &ImageLayout) -> Option<Ordering>
[src]
fn lt(&self, other: &ImageLayout) -> bool
[src]
fn le(&self, other: &ImageLayout) -> bool
[src]
fn gt(&self, other: &ImageLayout) -> bool
[src]
fn ge(&self, other: &ImageLayout) -> bool
[src]
impl StructuralEq for ImageLayout
[src]
impl StructuralPartialEq for ImageLayout
[src]
Auto Trait Implementations
impl RefUnwindSafe for ImageLayout
impl Send for ImageLayout
impl Sync for ImageLayout
impl Unpin for ImageLayout
impl UnwindSafe for ImageLayout
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,