#[repr(u32)]pub enum DescriptorType {
Show 19 variants
Sampler = 0,
CombinedImageSampler = 1,
SampledImage = 2,
StorageImage = 3,
UniformTexelBuffer = 4,
StorageTexelBuffer = 5,
UniformBuffer = 6,
StorageBuffer = 7,
UniformBufferDynamic = 8,
StorageBufferDynamic = 9,
InputAttachment = 10,
InlineUniformBlock = 1_000_138_000,
AccelerationStructureKHR = 1_000_150_000,
AccelerationStructureNV = 1_000_165_000,
SampleWeightImageQCOM = 1_000_440_000,
BlockMatchImageQCOM = 1_000_440_001,
TensorARM = 1_000_460_000,
MutableEXT = 1_000_351_000,
PartitionedAccelerationStructureNV = 1_000_570_000,
}Variants§
Sampler = 0
CombinedImageSampler = 1
SampledImage = 2
StorageImage = 3
UniformTexelBuffer = 4
StorageTexelBuffer = 5
UniformBuffer = 6
StorageBuffer = 7
UniformBufferDynamic = 8
StorageBufferDynamic = 9
InputAttachment = 10
InlineUniformBlock = 1_000_138_000
AccelerationStructureKHR = 1_000_150_000
AccelerationStructureNV = 1_000_165_000
SampleWeightImageQCOM = 1_000_440_000
BlockMatchImageQCOM = 1_000_440_001
TensorARM = 1_000_460_000
MutableEXT = 1_000_351_000
PartitionedAccelerationStructureNV = 1_000_570_000
Implementations§
Source§impl DescriptorType
impl DescriptorType
pub const InlineUniformBlockEXT: Self = Self::InlineUniformBlock
pub const MutableVALVE: Self = Self::MutableEXT
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DescriptorType
Source§impl Debug for DescriptorType
impl Debug for DescriptorType
impl Eq for DescriptorType
Source§impl PartialEq for DescriptorType
impl PartialEq for DescriptorType
Source§fn eq(&self, other: &DescriptorType) -> bool
fn eq(&self, other: &DescriptorType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin for DescriptorType
impl UnwindSafe for DescriptorType
Blanket Implementations§
impl<T> Alias<T> for T
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