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
Generated from ‘VK_EXT_inline_uniform_block’
impl DescriptorType
Generated from ‘VK_EXT_inline_uniform_block’
pub const INLINE_UNIFORM_BLOCK_EXT: Self = Self::INLINE_UNIFORM_BLOCK
Source§impl DescriptorType
Generated from ‘VK_KHR_acceleration_structure’
impl DescriptorType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_KHR: Self
Source§impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: Self
Source§impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const MUTABLE_VALVE: Self
Source§impl DescriptorType
Generated from ‘VK_VERSION_1_3’
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 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§impl PartialOrd for DescriptorType
impl PartialOrd for DescriptorType
impl 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