[−][src]Struct ash::vk::PhysicalDeviceDescriptorIndexingProperties
Fields
s_type: StructureType
p_next: *mut c_void
max_update_after_bind_descriptors_in_all_pools: u32
shader_uniform_buffer_array_non_uniform_indexing_native: Bool32
shader_sampled_image_array_non_uniform_indexing_native: Bool32
shader_storage_buffer_array_non_uniform_indexing_native: Bool32
shader_storage_image_array_non_uniform_indexing_native: Bool32
shader_input_attachment_array_non_uniform_indexing_native: Bool32
robust_buffer_access_update_after_bind: Bool32
quad_divergent_implicit_lod: Bool32
max_per_stage_descriptor_update_after_bind_samplers: u32
max_per_stage_descriptor_update_after_bind_uniform_buffers: u32
max_per_stage_descriptor_update_after_bind_storage_buffers: u32
max_per_stage_descriptor_update_after_bind_sampled_images: u32
max_per_stage_descriptor_update_after_bind_storage_images: u32
max_per_stage_descriptor_update_after_bind_input_attachments: u32
max_per_stage_update_after_bind_resources: u32
max_descriptor_set_update_after_bind_samplers: u32
max_descriptor_set_update_after_bind_uniform_buffers: u32
max_descriptor_set_update_after_bind_uniform_buffers_dynamic: u32
max_descriptor_set_update_after_bind_storage_buffers: u32
max_descriptor_set_update_after_bind_storage_buffers_dynamic: u32
max_descriptor_set_update_after_bind_sampled_images: u32
max_descriptor_set_update_after_bind_storage_images: u32
max_descriptor_set_update_after_bind_input_attachments: u32
Methods
impl PhysicalDeviceDescriptorIndexingProperties
[src]
pub fn builder<'a>() -> PhysicalDeviceDescriptorIndexingPropertiesBuilder<'a>
[src]
Trait Implementations
impl Clone for PhysicalDeviceDescriptorIndexingProperties
[src]
fn clone(&self) -> PhysicalDeviceDescriptorIndexingProperties
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PhysicalDeviceDescriptorIndexingProperties
[src]
impl Debug for PhysicalDeviceDescriptorIndexingProperties
[src]
impl Default for PhysicalDeviceDescriptorIndexingProperties
[src]
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceDescriptorIndexingProperties
[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceDescriptorIndexingProperties
impl !Send for PhysicalDeviceDescriptorIndexingProperties
impl !Sync for PhysicalDeviceDescriptorIndexingProperties
impl Unpin for PhysicalDeviceDescriptorIndexingProperties
impl UnwindSafe for PhysicalDeviceDescriptorIndexingProperties
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,