Struct ash::vk::types::PhysicalDeviceLimits [] [src]

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

Fields

Trait Implementations

impl Clone for PhysicalDeviceLimits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PhysicalDeviceLimits
[src]

[src]

Formats the value using the given formatter.