[][src]Struct lava::VkPhysicalDeviceDescriptorIndexingProperties

pub struct VkPhysicalDeviceDescriptorIndexingProperties {
    pub max_update_after_bind_descriptors_in_all_pools: usize,
    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 robust_buffer_access_update_after_bind: bool,
    pub quad_divergent_implicit_lod: bool,
    pub max_per_stage_descriptor_update_after_bind_samplers: usize,
    pub max_per_stage_descriptor_update_after_bind_uniform_buffers: usize,
    pub max_per_stage_descriptor_update_after_bind_storage_buffers: usize,
    pub max_per_stage_descriptor_update_after_bind_sampled_images: usize,
    pub max_per_stage_descriptor_update_after_bind_storage_images: usize,
    pub max_per_stage_descriptor_update_after_bind_input_attachments: usize,
    pub max_per_stage_update_after_bind_resources: usize,
    pub max_descriptor_set_update_after_bind_samplers: usize,
    pub max_descriptor_set_update_after_bind_uniform_buffers: usize,
    pub max_descriptor_set_update_after_bind_uniform_buffers_dynamic: usize,
    pub max_descriptor_set_update_after_bind_storage_buffers: usize,
    pub max_descriptor_set_update_after_bind_storage_buffers_dynamic: usize,
    pub max_descriptor_set_update_after_bind_sampled_images: usize,
    pub max_descriptor_set_update_after_bind_storage_images: usize,
    pub max_descriptor_set_update_after_bind_input_attachments: usize,
}

Fields

max_update_after_bind_descriptors_in_all_pools: usizeshader_uniform_buffer_array_non_uniform_indexing_native: boolshader_sampled_image_array_non_uniform_indexing_native: boolshader_storage_buffer_array_non_uniform_indexing_native: boolshader_storage_image_array_non_uniform_indexing_native: boolshader_input_attachment_array_non_uniform_indexing_native: boolrobust_buffer_access_update_after_bind: boolquad_divergent_implicit_lod: boolmax_per_stage_descriptor_update_after_bind_samplers: usizemax_per_stage_descriptor_update_after_bind_uniform_buffers: usizemax_per_stage_descriptor_update_after_bind_storage_buffers: usizemax_per_stage_descriptor_update_after_bind_sampled_images: usizemax_per_stage_descriptor_update_after_bind_storage_images: usizemax_per_stage_descriptor_update_after_bind_input_attachments: usizemax_per_stage_update_after_bind_resources: usizemax_descriptor_set_update_after_bind_samplers: usizemax_descriptor_set_update_after_bind_uniform_buffers: usizemax_descriptor_set_update_after_bind_uniform_buffers_dynamic: usizemax_descriptor_set_update_after_bind_storage_buffers: usizemax_descriptor_set_update_after_bind_storage_buffers_dynamic: usizemax_descriptor_set_update_after_bind_sampled_images: usizemax_descriptor_set_update_after_bind_storage_images: usizemax_descriptor_set_update_after_bind_input_attachments: usize

Trait Implementations

impl Default for VkPhysicalDeviceDescriptorIndexingProperties[src]

impl Clone for VkPhysicalDeviceDescriptorIndexingProperties[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkPhysicalDeviceDescriptorIndexingProperties[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]