pub struct DescriptorIndexingProperties {
pub shader_uniform_buffer_array_non_uniform_indexing_native: bool,
pub shader_sampled_image_array_non_uniform_indexing_native: bool,
pub shader_storage_buffer_array_non_uniform_indexing_native: bool,
pub shader_storage_image_array_non_uniform_indexing_native: bool,
pub shader_input_attachment_array_non_uniform_indexing_native: bool,
pub quad_divergent_implicit_lod: bool,
}
Expand description
Feature capabilities related to Descriptor Indexing.
Fields§
§shader_uniform_buffer_array_non_uniform_indexing_native: bool
§shader_sampled_image_array_non_uniform_indexing_native: bool
§shader_storage_buffer_array_non_uniform_indexing_native: bool
§shader_storage_image_array_non_uniform_indexing_native: bool
§shader_input_attachment_array_non_uniform_indexing_native: bool
§quad_divergent_implicit_lod: bool
Trait Implementations§
Source§impl Clone for DescriptorIndexingProperties
impl Clone for DescriptorIndexingProperties
Source§fn clone(&self) -> DescriptorIndexingProperties
fn clone(&self) -> DescriptorIndexingProperties
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 DescriptorIndexingProperties
impl Debug for DescriptorIndexingProperties
Source§impl Default for DescriptorIndexingProperties
impl Default for DescriptorIndexingProperties
Source§fn default() -> DescriptorIndexingProperties
fn default() -> DescriptorIndexingProperties
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescriptorIndexingProperties
impl PartialEq for DescriptorIndexingProperties
Source§fn eq(&self, other: &DescriptorIndexingProperties) -> bool
fn eq(&self, other: &DescriptorIndexingProperties) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DescriptorIndexingProperties
impl StructuralPartialEq for DescriptorIndexingProperties
Auto Trait Implementations§
impl Freeze for DescriptorIndexingProperties
impl RefUnwindSafe for DescriptorIndexingProperties
impl Send for DescriptorIndexingProperties
impl Sync for DescriptorIndexingProperties
impl Unpin for DescriptorIndexingProperties
impl UnwindSafe for DescriptorIndexingProperties
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