pub type DescriptorUpdateTemplateTypeKHR = DescriptorUpdateTemplateType;
Aliased Type§
struct DescriptorUpdateTemplateTypeKHR(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl DescriptorUpdateTemplateType
impl DescriptorUpdateTemplateType
Sourcepub const DESCRIPTOR_SET: Self
pub const DESCRIPTOR_SET: Self
Create descriptor update template for descriptor set updates
Source§impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_push_descriptor’
impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_push_descriptor’
Sourcepub const PUSH_DESCRIPTORS_KHR: Self
pub const PUSH_DESCRIPTORS_KHR: Self
Create descriptor update template for pushed descriptor updates
Source§impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_descriptor_update_template’
impl DescriptorUpdateTemplateType
Generated from ‘VK_KHR_descriptor_update_template’
pub const DESCRIPTOR_SET_KHR: Self = Self::DESCRIPTOR_SET
Trait Implementations
Source§impl Clone for DescriptorUpdateTemplateType
impl Clone for DescriptorUpdateTemplateType
Source§fn clone(&self) -> DescriptorUpdateTemplateType
fn clone(&self) -> DescriptorUpdateTemplateType
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 DescriptorUpdateTemplateType
impl Debug for DescriptorUpdateTemplateType
Source§impl Default for DescriptorUpdateTemplateType
impl Default for DescriptorUpdateTemplateType
Source§fn default() -> DescriptorUpdateTemplateType
fn default() -> DescriptorUpdateTemplateType
Returns the “default value” for a type. Read more
Source§impl Hash for DescriptorUpdateTemplateType
impl Hash for DescriptorUpdateTemplateType
Source§impl Ord for DescriptorUpdateTemplateType
impl Ord for DescriptorUpdateTemplateType
Source§fn cmp(&self, other: &DescriptorUpdateTemplateType) -> Ordering
fn cmp(&self, other: &DescriptorUpdateTemplateType) -> 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 DescriptorUpdateTemplateType
impl PartialEq for DescriptorUpdateTemplateType
Source§fn eq(&self, other: &DescriptorUpdateTemplateType) -> bool
fn eq(&self, other: &DescriptorUpdateTemplateType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.