[−][src]Struct ash::vk::AccessFlags
Methods
impl AccessFlags
[src]
pub const fn empty() -> AccessFlags
[src]
pub const fn all() -> AccessFlags
[src]
pub const fn from_raw(x: Flags) -> Self
[src]
pub const fn as_raw(self) -> Flags
[src]
pub fn is_empty(self) -> bool
[src]
pub fn is_all(self) -> bool
[src]
pub fn intersects(self, other: AccessFlags) -> bool
[src]
pub fn contains(self, other: AccessFlags) -> bool
[src]
Returns whether other
is a subset of self
impl AccessFlags
[src]
pub const INDIRECT_COMMAND_READ: Self
[src]
Controls coherency of indirect command reads
pub const INDEX_READ: Self
[src]
Controls coherency of index reads
pub const VERTEX_ATTRIBUTE_READ: Self
[src]
Controls coherency of vertex attribute reads
pub const UNIFORM_READ: Self
[src]
Controls coherency of uniform buffer reads
pub const INPUT_ATTACHMENT_READ: Self
[src]
Controls coherency of input attachment reads
pub const SHADER_READ: Self
[src]
Controls coherency of shader reads
pub const SHADER_WRITE: Self
[src]
Controls coherency of shader writes
pub const COLOR_ATTACHMENT_READ: Self
[src]
Controls coherency of color attachment reads
pub const COLOR_ATTACHMENT_WRITE: Self
[src]
Controls coherency of color attachment writes
pub const DEPTH_STENCIL_ATTACHMENT_READ: Self
[src]
Controls coherency of depth/stencil attachment reads
pub const DEPTH_STENCIL_ATTACHMENT_WRITE: Self
[src]
Controls coherency of depth/stencil attachment writes
pub const TRANSFER_READ: Self
[src]
Controls coherency of transfer reads
pub const TRANSFER_WRITE: Self
[src]
Controls coherency of transfer writes
pub const HOST_READ: Self
[src]
Controls coherency of host reads
pub const HOST_WRITE: Self
[src]
Controls coherency of host writes
pub const MEMORY_READ: Self
[src]
Controls coherency of memory reads
pub const MEMORY_WRITE: Self
[src]
Controls coherency of memory writes
impl AccessFlags
[src]
Generated from 'VK_AMD_extension_24'
pub const RESERVED_30_KHR: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_AMD_extension_24'
pub const RESERVED_31_KHR: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_AMD_extension_25'
pub const RESERVED_28_KHR: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_AMD_extension_25'
pub const RESERVED_29_KHR: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_EXT_transform_feedback'
pub const TRANSFORM_FEEDBACK_WRITE_EXT: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_EXT_transform_feedback'
pub const TRANSFORM_FEEDBACK_COUNTER_READ_EXT: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_EXT_transform_feedback'
pub const TRANSFORM_FEEDBACK_COUNTER_WRITE_EXT: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_EXT_conditional_rendering'
pub const CONDITIONAL_RENDERING_READ_EXT: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_EXT_blend_operation_advanced'
pub const COLOR_ATTACHMENT_READ_NONCOHERENT_EXT: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const ACCELERATION_STRUCTURE_READ_KHR: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const ACCELERATION_STRUCTURE_WRITE_KHR: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_NV_shading_rate_image'
pub const SHADING_RATE_IMAGE_READ_NV: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_NV_ray_tracing'
pub const ACCELERATION_STRUCTURE_READ_NV: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_NV_ray_tracing'
pub const ACCELERATION_STRUCTURE_WRITE_NV: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_EXT_fragment_density_map'
pub const FRAGMENT_DENSITY_MAP_READ_EXT: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_NV_device_generated_commands'
pub const COMMAND_PREPROCESS_READ_NV: Self
[src]
impl AccessFlags
[src]
Generated from 'VK_NV_device_generated_commands'
pub const COMMAND_PREPROCESS_WRITE_NV: Self
[src]
Trait Implementations
impl BitAnd<AccessFlags> for AccessFlags
[src]
type Output = AccessFlags
The resulting type after applying the &
operator.
fn bitand(self, rhs: AccessFlags) -> AccessFlags
[src]
impl BitAndAssign<AccessFlags> for AccessFlags
[src]
fn bitand_assign(&mut self, rhs: AccessFlags)
[src]
impl BitOr<AccessFlags> for AccessFlags
[src]
type Output = AccessFlags
The resulting type after applying the |
operator.
fn bitor(self, rhs: AccessFlags) -> AccessFlags
[src]
impl BitOrAssign<AccessFlags> for AccessFlags
[src]
fn bitor_assign(&mut self, rhs: AccessFlags)
[src]
impl BitXor<AccessFlags> for AccessFlags
[src]
type Output = AccessFlags
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: AccessFlags) -> AccessFlags
[src]
impl BitXorAssign<AccessFlags> for AccessFlags
[src]
fn bitxor_assign(&mut self, rhs: AccessFlags)
[src]
impl Clone for AccessFlags
[src]
fn clone(&self) -> AccessFlags
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for AccessFlags
[src]
impl Debug for AccessFlags
[src]
impl Default for AccessFlags
[src]
fn default() -> AccessFlags
[src]
impl Eq for AccessFlags
[src]
impl Hash for AccessFlags
[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 Not for AccessFlags
[src]
type Output = AccessFlags
The resulting type after applying the !
operator.
fn not(self) -> AccessFlags
[src]
impl Ord for AccessFlags
[src]
fn cmp(&self, other: &AccessFlags) -> 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<AccessFlags> for AccessFlags
[src]
fn eq(&self, other: &AccessFlags) -> bool
[src]
fn ne(&self, other: &AccessFlags) -> bool
[src]
impl PartialOrd<AccessFlags> for AccessFlags
[src]
fn partial_cmp(&self, other: &AccessFlags) -> Option<Ordering>
[src]
fn lt(&self, other: &AccessFlags) -> bool
[src]
fn le(&self, other: &AccessFlags) -> bool
[src]
fn gt(&self, other: &AccessFlags) -> bool
[src]
fn ge(&self, other: &AccessFlags) -> bool
[src]
impl StructuralEq for AccessFlags
[src]
impl StructuralPartialEq for AccessFlags
[src]
impl Sub<AccessFlags> for AccessFlags
[src]
type Output = AccessFlags
The resulting type after applying the -
operator.
fn sub(self, rhs: AccessFlags) -> AccessFlags
[src]
impl SubAssign<AccessFlags> for AccessFlags
[src]
fn sub_assign(&mut self, rhs: AccessFlags)
[src]
Auto Trait Implementations
impl RefUnwindSafe for AccessFlags
impl Send for AccessFlags
impl Sync for AccessFlags
impl Unpin for AccessFlags
impl UnwindSafe for AccessFlags
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>,