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: boolTrait Implementations§
Source§impl Clone for DescriptorIndexingProperties
impl Clone for DescriptorIndexingProperties
Source§fn clone(&self) -> DescriptorIndexingProperties
fn clone(&self) -> DescriptorIndexingProperties
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 DescriptorIndexingProperties
Source§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
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 UnsafeUnpin 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