pub struct DescriptorType(/* private fields */);Expand description
Implementations§
Source§impl DescriptorType
impl DescriptorType
pub const SAMPLER: DescriptorType
pub const COMBINED_IMAGE_SAMPLER: DescriptorType
pub const SAMPLED_IMAGE: DescriptorType
pub const STORAGE_IMAGE: DescriptorType
pub const UNIFORM_TEXEL_BUFFER: DescriptorType
pub const STORAGE_TEXEL_BUFFER: DescriptorType
pub const UNIFORM_BUFFER: DescriptorType
pub const STORAGE_BUFFER: DescriptorType
pub const UNIFORM_BUFFER_DYNAMIC: DescriptorType
pub const STORAGE_BUFFER_DYNAMIC: DescriptorType
pub const INPUT_ATTACHMENT: DescriptorType
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: DescriptorType = 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: DescriptorType
Source§impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: DescriptorType
Source§impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const MUTABLE_VALVE: DescriptorType = Self::MUTABLE_EXT
Source§impl DescriptorType
Generated from ‘VK_QCOM_image_processing’
impl DescriptorType
Generated from ‘VK_QCOM_image_processing’
pub const SAMPLE_WEIGHT_IMAGE_QCOM: DescriptorType
pub const BLOCK_MATCH_IMAGE_QCOM: DescriptorType
Source§impl DescriptorType
Generated from ‘VK_EXT_mutable_descriptor_type’
impl DescriptorType
Generated from ‘VK_EXT_mutable_descriptor_type’
pub const MUTABLE_EXT: DescriptorType
Source§impl DescriptorType
Generated from ‘VK_VERSION_1_3’
impl DescriptorType
Generated from ‘VK_VERSION_1_3’
pub const INLINE_UNIFORM_BLOCK: DescriptorType
Trait Implementations§
Source§impl Clone for DescriptorType
impl Clone for DescriptorType
Source§fn clone(&self) -> DescriptorType
fn clone(&self) -> DescriptorType
Returns a duplicate of the value. Read more
1.0.0§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§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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)