[][src]Struct lava::VkPhysicalDeviceDescriptorIndexingFeatures

pub struct VkPhysicalDeviceDescriptorIndexingFeatures {
    pub shader_input_attachment_array_dynamic_indexing: bool,
    pub shader_uniform_texel_buffer_array_dynamic_indexing: bool,
    pub shader_storage_texel_buffer_array_dynamic_indexing: bool,
    pub shader_uniform_buffer_array_non_uniform_indexing: bool,
    pub shader_sampled_image_array_non_uniform_indexing: bool,
    pub shader_storage_buffer_array_non_uniform_indexing: bool,
    pub shader_storage_image_array_non_uniform_indexing: bool,
    pub shader_input_attachment_array_non_uniform_indexing: bool,
    pub shader_uniform_texel_buffer_array_non_uniform_indexing: bool,
    pub shader_storage_texel_buffer_array_non_uniform_indexing: bool,
    pub descriptor_binding_uniform_buffer_update_after_bind: bool,
    pub descriptor_binding_sampled_image_update_after_bind: bool,
    pub descriptor_binding_storage_image_update_after_bind: bool,
    pub descriptor_binding_storage_buffer_update_after_bind: bool,
    pub descriptor_binding_uniform_texel_buffer_update_after_bind: bool,
    pub descriptor_binding_storage_texel_buffer_update_after_bind: bool,
    pub descriptor_binding_update_unused_while_pending: bool,
    pub descriptor_binding_partially_bound: bool,
    pub descriptor_binding_variable_descriptor_count: bool,
    pub runtime_descriptor_array: bool,
}

Fields

shader_input_attachment_array_dynamic_indexing: boolshader_uniform_texel_buffer_array_dynamic_indexing: boolshader_storage_texel_buffer_array_dynamic_indexing: boolshader_uniform_buffer_array_non_uniform_indexing: boolshader_sampled_image_array_non_uniform_indexing: boolshader_storage_buffer_array_non_uniform_indexing: boolshader_storage_image_array_non_uniform_indexing: boolshader_input_attachment_array_non_uniform_indexing: boolshader_uniform_texel_buffer_array_non_uniform_indexing: boolshader_storage_texel_buffer_array_non_uniform_indexing: booldescriptor_binding_uniform_buffer_update_after_bind: booldescriptor_binding_sampled_image_update_after_bind: booldescriptor_binding_storage_image_update_after_bind: booldescriptor_binding_storage_buffer_update_after_bind: booldescriptor_binding_uniform_texel_buffer_update_after_bind: booldescriptor_binding_storage_texel_buffer_update_after_bind: booldescriptor_binding_update_unused_while_pending: booldescriptor_binding_partially_bound: booldescriptor_binding_variable_descriptor_count: boolruntime_descriptor_array: bool

Trait Implementations

impl Default for VkPhysicalDeviceDescriptorIndexingFeatures[src]

impl Clone for VkPhysicalDeviceDescriptorIndexingFeatures[src]

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

Performs copy-assignment from source. Read more

impl Debug for VkPhysicalDeviceDescriptorIndexingFeatures[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]