Struct ash::vk::DescriptorType
source · pub struct DescriptorType(/* private fields */);
Expand description
Implementations§
source§impl DescriptorType
impl DescriptorType
pub const SAMPLER: Self = _
pub const COMBINED_IMAGE_SAMPLER: Self = _
pub const SAMPLED_IMAGE: Self = _
pub const STORAGE_IMAGE: Self = _
pub const UNIFORM_TEXEL_BUFFER: Self = _
pub const STORAGE_TEXEL_BUFFER: Self = _
pub const UNIFORM_BUFFER: Self = _
pub const STORAGE_BUFFER: Self = _
pub const UNIFORM_BUFFER_DYNAMIC: Self = _
pub const STORAGE_BUFFER_DYNAMIC: Self = _
pub const INPUT_ATTACHMENT: Self = _
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_EXT_inline_uniform_block’
pub const INLINE_UNIFORM_BLOCK_EXT: Self = Self::INLINE_UNIFORM_BLOCK
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_KHR: Self = _
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: Self = _
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const MUTABLE_VALVE: Self = Self::MUTABLE_EXT
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_QCOM_image_processing’
pub const SAMPLE_WEIGHT_IMAGE_QCOM: Self = _
pub const BLOCK_MATCH_IMAGE_QCOM: Self = _
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_EXT_mutable_descriptor_type’
pub const MUTABLE_EXT: Self = _
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_VERSION_1_3’
pub const INLINE_UNIFORM_BLOCK: Self = _
Trait Implementations§
source§impl Clone for DescriptorType
impl Clone for DescriptorType
source§fn clone(&self) -> DescriptorType
fn clone(&self) -> DescriptorType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescriptorType
impl Debug for DescriptorType
source§impl Default for DescriptorType
impl Default for DescriptorType
source§fn default() -> DescriptorType
fn default() -> DescriptorType
Returns the “default value” for a type. Read more
source§impl Hash for DescriptorType
impl Hash for DescriptorType
source§impl Ord for DescriptorType
impl Ord for DescriptorType
source§fn cmp(&self, other: &DescriptorType) -> Ordering
fn cmp(&self, other: &DescriptorType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DescriptorType
impl PartialEq for DescriptorType
source§fn eq(&self, other: &DescriptorType) -> bool
fn eq(&self, other: &DescriptorType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DescriptorType
impl PartialOrd for DescriptorType
source§fn partial_cmp(&self, other: &DescriptorType) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DescriptorType
impl Eq for DescriptorType
impl StructuralPartialEq for DescriptorType
Auto Trait Implementations§
impl Freeze for DescriptorType
impl RefUnwindSafe for DescriptorType
impl Send for DescriptorType
impl Sync for DescriptorType
impl Unpin for DescriptorType
impl UnwindSafe for DescriptorType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more