[][src]Struct lava::VkPhysicalDeviceLimits

pub struct VkPhysicalDeviceLimits {
    pub max_image_dimension_1d: usize,
    pub max_image_dimension_2d: usize,
    pub max_image_dimension_3d: usize,
    pub max_image_dimension_cube: usize,
    pub max_image_array_layers: usize,
    pub max_texel_buffer_elements: usize,
    pub max_uniform_buffer_range: usize,
    pub max_storage_buffer_range: usize,
    pub max_push_constants_size: usize,
    pub max_memory_allocation_count: usize,
    pub max_sampler_allocation_count: usize,
    pub buffer_image_granularity: usize,
    pub sparse_address_space_size: usize,
    pub max_bound_descriptor_sets: usize,
    pub max_per_stage_descriptor_samplers: usize,
    pub max_per_stage_descriptor_uniform_buffers: usize,
    pub max_per_stage_descriptor_storage_buffers: usize,
    pub max_per_stage_descriptor_sampled_images: usize,
    pub max_per_stage_descriptor_storage_images: usize,
    pub max_per_stage_descriptor_input_attachments: usize,
    pub max_per_stage_resources: usize,
    pub max_descriptor_set_samplers: usize,
    pub max_descriptor_set_uniform_buffers: usize,
    pub max_descriptor_set_uniform_buffers_dynamic: usize,
    pub max_descriptor_set_storage_buffers: usize,
    pub max_descriptor_set_storage_buffers_dynamic: usize,
    pub max_descriptor_set_sampled_images: usize,
    pub max_descriptor_set_storage_images: usize,
    pub max_descriptor_set_input_attachments: usize,
    pub max_vertex_input_attributes: usize,
    pub max_vertex_input_bindings: usize,
    pub max_vertex_input_attribute_offset: usize,
    pub max_vertex_input_binding_stride: usize,
    pub max_vertex_output_components: usize,
    pub max_tessellation_generation_level: usize,
    pub max_tessellation_patch_size: usize,
    pub max_tessellation_control_per_vertex_input_components: usize,
    pub max_tessellation_control_per_vertex_output_components: usize,
    pub max_tessellation_control_per_patch_output_components: usize,
    pub max_tessellation_control_total_output_components: usize,
    pub max_tessellation_evaluation_input_components: usize,
    pub max_tessellation_evaluation_output_components: usize,
    pub max_geometry_shader_invocations: usize,
    pub max_geometry_input_components: usize,
    pub max_geometry_output_components: usize,
    pub max_geometry_output_vertices: usize,
    pub max_geometry_total_output_components: usize,
    pub max_fragment_input_components: usize,
    pub max_fragment_output_attachments: usize,
    pub max_fragment_dual_src_attachments: usize,
    pub max_fragment_combined_output_resources: usize,
    pub max_compute_shared_memory_size: usize,
    pub max_compute_work_group_count: [usize; 3],
    pub max_compute_work_group_invocations: usize,
    pub max_compute_work_group_size: [usize; 3],
    pub sub_pixel_precision_bits: u32,
    pub sub_texel_precision_bits: u32,
    pub mipmap_precision_bits: u32,
    pub max_draw_indexed_index_value: usize,
    pub max_draw_indirect_count: usize,
    pub max_sampler_lod_bias: f32,
    pub max_sampler_anisotropy: f32,
    pub max_viewports: usize,
    pub max_viewport_dimensions: [usize; 2],
    pub viewport_bounds_range: [f32; 2],
    pub viewport_sub_pixel_bits: u32,
    pub min_memory_map_alignment: usize,
    pub min_texel_buffer_offset_alignment: usize,
    pub min_uniform_buffer_offset_alignment: usize,
    pub min_storage_buffer_offset_alignment: usize,
    pub min_texel_offset: isize,
    pub max_texel_offset: usize,
    pub min_texel_gather_offset: isize,
    pub max_texel_gather_offset: usize,
    pub min_interpolation_offset: f32,
    pub max_interpolation_offset: f32,
    pub sub_pixel_interpolation_offset_bits: u32,
    pub max_framebuffer_width: usize,
    pub max_framebuffer_height: usize,
    pub max_framebuffer_layers: usize,
    pub framebuffer_color_sample_counts: VkSampleCountFlags,
    pub framebuffer_depth_sample_counts: VkSampleCountFlags,
    pub framebuffer_stencil_sample_counts: VkSampleCountFlags,
    pub framebuffer_no_attachments_sample_counts: VkSampleCountFlags,
    pub max_color_attachments: usize,
    pub sampled_image_color_sample_counts: VkSampleCountFlags,
    pub sampled_image_integer_sample_counts: VkSampleCountFlags,
    pub sampled_image_depth_sample_counts: VkSampleCountFlags,
    pub sampled_image_stencil_sample_counts: VkSampleCountFlags,
    pub storage_image_sample_counts: VkSampleCountFlags,
    pub max_sample_mask_words: u32,
    pub timestamp_compute_and_graphics: bool,
    pub timestamp_period: f32,
    pub max_clip_distances: usize,
    pub max_cull_distances: usize,
    pub max_combined_clip_and_cull_distances: usize,
    pub discrete_queue_priorities: usize,
    pub point_size_range: [f32; 2],
    pub line_width_range: [f32; 2],
    pub point_size_granularity: f32,
    pub line_width_granularity: f32,
    pub strict_lines: bool,
    pub standard_sample_locations: bool,
    pub optimal_buffer_copy_offset_alignment: usize,
    pub optimal_buffer_copy_row_pitch_alignment: usize,
    pub non_coherent_atom_size: usize,
}

Fields

max_image_dimension_1d: usizemax_image_dimension_2d: usizemax_image_dimension_3d: usizemax_image_dimension_cube: usizemax_image_array_layers: usizemax_texel_buffer_elements: usizemax_uniform_buffer_range: usizemax_storage_buffer_range: usizemax_push_constants_size: usizemax_memory_allocation_count: usizemax_sampler_allocation_count: usizebuffer_image_granularity: usizesparse_address_space_size: usizemax_bound_descriptor_sets: usizemax_per_stage_descriptor_samplers: usizemax_per_stage_descriptor_uniform_buffers: usizemax_per_stage_descriptor_storage_buffers: usizemax_per_stage_descriptor_sampled_images: usizemax_per_stage_descriptor_storage_images: usizemax_per_stage_descriptor_input_attachments: usizemax_per_stage_resources: usizemax_descriptor_set_samplers: usizemax_descriptor_set_uniform_buffers: usizemax_descriptor_set_uniform_buffers_dynamic: usizemax_descriptor_set_storage_buffers: usizemax_descriptor_set_storage_buffers_dynamic: usizemax_descriptor_set_sampled_images: usizemax_descriptor_set_storage_images: usizemax_descriptor_set_input_attachments: usizemax_vertex_input_attributes: usizemax_vertex_input_bindings: usizemax_vertex_input_attribute_offset: usizemax_vertex_input_binding_stride: usizemax_vertex_output_components: usizemax_tessellation_generation_level: usizemax_tessellation_patch_size: usizemax_tessellation_control_per_vertex_input_components: usizemax_tessellation_control_per_vertex_output_components: usizemax_tessellation_control_per_patch_output_components: usizemax_tessellation_control_total_output_components: usizemax_tessellation_evaluation_input_components: usizemax_tessellation_evaluation_output_components: usizemax_geometry_shader_invocations: usizemax_geometry_input_components: usizemax_geometry_output_components: usizemax_geometry_output_vertices: usizemax_geometry_total_output_components: usizemax_fragment_input_components: usizemax_fragment_output_attachments: usizemax_fragment_dual_src_attachments: usizemax_fragment_combined_output_resources: usizemax_compute_shared_memory_size: usizemax_compute_work_group_count: [usize; 3]max_compute_work_group_invocations: usizemax_compute_work_group_size: [usize; 3]sub_pixel_precision_bits: u32sub_texel_precision_bits: u32mipmap_precision_bits: u32max_draw_indexed_index_value: usizemax_draw_indirect_count: usizemax_sampler_lod_bias: f32max_sampler_anisotropy: f32max_viewports: usizemax_viewport_dimensions: [usize; 2]viewport_bounds_range: [f32; 2]viewport_sub_pixel_bits: u32min_memory_map_alignment: usizemin_texel_buffer_offset_alignment: usizemin_uniform_buffer_offset_alignment: usizemin_storage_buffer_offset_alignment: usizemin_texel_offset: isizemax_texel_offset: usizemin_texel_gather_offset: isizemax_texel_gather_offset: usizemin_interpolation_offset: f32max_interpolation_offset: f32sub_pixel_interpolation_offset_bits: u32max_framebuffer_width: usizemax_framebuffer_height: usizemax_framebuffer_layers: usizeframebuffer_color_sample_counts: VkSampleCountFlagsframebuffer_depth_sample_counts: VkSampleCountFlagsframebuffer_stencil_sample_counts: VkSampleCountFlagsframebuffer_no_attachments_sample_counts: VkSampleCountFlagsmax_color_attachments: usizesampled_image_color_sample_counts: VkSampleCountFlagssampled_image_integer_sample_counts: VkSampleCountFlagssampled_image_depth_sample_counts: VkSampleCountFlagssampled_image_stencil_sample_counts: VkSampleCountFlagsstorage_image_sample_counts: VkSampleCountFlagsmax_sample_mask_words: u32timestamp_compute_and_graphics: booltimestamp_period: f32max_clip_distances: usizemax_cull_distances: usizemax_combined_clip_and_cull_distances: usizediscrete_queue_priorities: usizepoint_size_range: [f32; 2]line_width_range: [f32; 2]point_size_granularity: f32line_width_granularity: f32strict_lines: boolstandard_sample_locations: booloptimal_buffer_copy_offset_alignment: usizeoptimal_buffer_copy_row_pitch_alignment: usizenon_coherent_atom_size: usize

Trait Implementations

impl Clone for VkPhysicalDeviceLimits[src]

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

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceLimits[src]

impl Debug for VkPhysicalDeviceLimits[src]

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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