#[repr(u32)]pub enum DescriptorType {
Show 18 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,
MutableEXT = 1_000_351_000,
PartitionedAccelerationStructureNV = 1_000_570_000,
}
Expand description
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
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 · 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 PartialEq for DescriptorType
impl PartialEq 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