Struct screen_13::prelude::vk::DescriptorType
source · pub struct DescriptorType(_);Expand description
Implementations§
source§impl DescriptorType
impl DescriptorType
pub const SAMPLER: DescriptorType = Self(0)
pub const COMBINED_IMAGE_SAMPLER: DescriptorType = Self(1)
pub const SAMPLED_IMAGE: DescriptorType = Self(2)
pub const STORAGE_IMAGE: DescriptorType = Self(3)
pub const UNIFORM_TEXEL_BUFFER: DescriptorType = Self(4)
pub const STORAGE_TEXEL_BUFFER: DescriptorType = Self(5)
pub const UNIFORM_BUFFER: DescriptorType = Self(6)
pub const STORAGE_BUFFER: DescriptorType = Self(7)
pub const UNIFORM_BUFFER_DYNAMIC: DescriptorType = Self(8)
pub const STORAGE_BUFFER_DYNAMIC: DescriptorType = Self(9)
pub const INPUT_ATTACHMENT: DescriptorType = Self(10)
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_EXT_inline_uniform_block’
pub const INLINE_UNIFORM_BLOCK_EXT: DescriptorType = Self::INLINE_UNIFORM_BLOCK
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_KHR: DescriptorType = Self(1000150000)
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_NV_ray_tracing’
pub const ACCELERATION_STRUCTURE_NV: DescriptorType = Self(1000165000)
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_VALVE_mutable_descriptor_type’
pub const MUTABLE_VALVE: DescriptorType = Self::MUTABLE_EXT
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_QCOM_image_processing’
pub const SAMPLE_WEIGHT_IMAGE_QCOM: DescriptorType = Self(1000440000)
pub const BLOCK_MATCH_IMAGE_QCOM: DescriptorType = Self(1000440001)
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_EXT_mutable_descriptor_type’
pub const MUTABLE_EXT: DescriptorType = Self(1000351000)
source§impl DescriptorType
impl DescriptorType
Generated from ‘VK_VERSION_1_3’
pub const INLINE_UNIFORM_BLOCK: DescriptorType = Self(1000138000)
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<DescriptorType> for DescriptorType
impl PartialEq<DescriptorType> 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<DescriptorType> for DescriptorType
impl PartialOrd<DescriptorType> 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 more