[][src]Struct lava::VkPhysicalDeviceVulkan12Features

pub struct VkPhysicalDeviceVulkan12Features {
    pub sampler_mirror_clamp_to_edge: bool,
    pub draw_indirect_count: bool,
    pub storage_buffer_8_bit_access: bool,
    pub uniform_and_storage_buffer_8_bit_access: bool,
    pub storage_push_constant_8: bool,
    pub shader_buffer_int_64_atomics: bool,
    pub shader_shared_int_64_atomics: bool,
    pub shader_float_16: bool,
    pub shader_int_8: bool,
    pub descriptor_indexing: bool,
    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,
    pub sampler_filter_minmax: bool,
    pub scalar_block_layout: bool,
    pub imageless_framebuffer: bool,
    pub uniform_buffer_standard_layout: bool,
    pub shader_subgroup_extended_types: bool,
    pub separate_depth_stencil_layouts: bool,
    pub host_query_reset: bool,
    pub timeline_semaphore: bool,
    pub buffer_device_address: bool,
    pub buffer_device_address_capture_replay: bool,
    pub buffer_device_address_multi_device: bool,
    pub vulkan_memory_model: bool,
    pub vulkan_memory_model_device_scope: bool,
    pub vulkan_memory_model_availability_visibility_chains: bool,
    pub shader_output_viewport_index: bool,
    pub shader_output_layer: bool,
    pub subgroup_broadcast_dynamic_id: bool,
}

Fields

sampler_mirror_clamp_to_edge: booldraw_indirect_count: boolstorage_buffer_8_bit_access: booluniform_and_storage_buffer_8_bit_access: boolstorage_push_constant_8: boolshader_buffer_int_64_atomics: boolshader_shared_int_64_atomics: boolshader_float_16: boolshader_int_8: booldescriptor_indexing: boolshader_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: boolsampler_filter_minmax: boolscalar_block_layout: boolimageless_framebuffer: booluniform_buffer_standard_layout: boolshader_subgroup_extended_types: boolseparate_depth_stencil_layouts: boolhost_query_reset: booltimeline_semaphore: boolbuffer_device_address: boolbuffer_device_address_capture_replay: boolbuffer_device_address_multi_device: boolvulkan_memory_model: boolvulkan_memory_model_device_scope: boolvulkan_memory_model_availability_visibility_chains: boolshader_output_viewport_index: boolshader_output_layer: boolsubgroup_broadcast_dynamic_id: bool

Trait Implementations

impl Clone for VkPhysicalDeviceVulkan12Features[src]

impl Debug for VkPhysicalDeviceVulkan12Features[src]

impl Default for VkPhysicalDeviceVulkan12Features[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.