Struct vulkano::instance::Limits [] [src]

pub struct Limits<'a> {
    // some fields omitted
}

Limits of a physical device.

Methods

impl<'a> Limits<'a>
[src]

fn max_image_dimension_1d(&self) -> u32

fn max_image_dimension_2d(&self) -> u32

fn max_image_dimension_3d(&self) -> u32

fn max_image_dimension_cube(&self) -> u32

fn max_image_array_layers(&self) -> u32

fn max_texel_buffer_elements(&self) -> u32

fn max_uniform_buffer_range(&self) -> u32

fn max_storage_buffer_range(&self) -> u32

fn max_push_constants_size(&self) -> u32

fn max_memory_allocation_count(&self) -> u32

fn max_sampler_allocation_count(&self) -> u32

fn buffer_image_granularity(&self) -> u64

fn sparse_address_space_size(&self) -> u64

fn max_bound_descriptor_sets(&self) -> u32

fn max_per_stage_descriptor_samplers(&self) -> u32

fn max_per_stage_descriptor_uniform_buffers(&self) -> u32

fn max_per_stage_descriptor_storage_buffers(&self) -> u32

fn max_per_stage_descriptor_sampled_images(&self) -> u32

fn max_per_stage_descriptor_storage_images(&self) -> u32

fn max_per_stage_descriptor_input_attachments(&self) -> u32

fn max_per_stage_resources(&self) -> u32

fn max_descriptor_set_samplers(&self) -> u32

fn max_descriptor_set_uniform_buffers(&self) -> u32

fn max_descriptor_set_uniform_buffers_dynamic(&self) -> u32

fn max_descriptor_set_storage_buffers(&self) -> u32

fn max_descriptor_set_storage_buffers_dynamic(&self) -> u32

fn max_descriptor_set_sampled_images(&self) -> u32

fn max_descriptor_set_storage_images(&self) -> u32

fn max_descriptor_set_input_attachments(&self) -> u32

fn max_vertex_input_attributes(&self) -> u32

fn max_vertex_input_bindings(&self) -> u32

fn max_vertex_input_attribute_offset(&self) -> u32

fn max_vertex_input_binding_stride(&self) -> u32

fn max_vertex_output_components(&self) -> u32

fn max_tessellation_generation_level(&self) -> u32

fn max_tessellation_patch_size(&self) -> u32

fn max_tessellation_control_per_vertex_input_components(&self) -> u32

fn max_tessellation_control_per_vertex_output_components(&self) -> u32

fn max_tessellation_control_per_patch_output_components(&self) -> u32

fn max_tessellation_control_total_output_components(&self) -> u32

fn max_tessellation_evaluation_input_components(&self) -> u32

fn max_tessellation_evaluation_output_components(&self) -> u32

fn max_geometry_shader_invocations(&self) -> u32

fn max_geometry_input_components(&self) -> u32

fn max_geometry_output_components(&self) -> u32

fn max_geometry_output_vertices(&self) -> u32

fn max_geometry_total_output_components(&self) -> u32

fn max_fragment_input_components(&self) -> u32

fn max_fragment_output_attachments(&self) -> u32

fn max_fragment_dual_src_attachments(&self) -> u32

fn max_fragment_combined_output_resources(&self) -> u32

fn max_compute_shared_memory_size(&self) -> u32

fn max_compute_work_group_count(&self) -> [u32; 3]

fn max_compute_work_group_invocations(&self) -> u32

fn max_compute_work_group_size(&self) -> [u32; 3]

fn sub_pixel_precision_bits(&self) -> u32

fn sub_texel_precision_bits(&self) -> u32

fn mipmap_precision_bits(&self) -> u32

fn max_draw_indexed_index_value(&self) -> u32

fn max_draw_indirect_count(&self) -> u32

fn max_sampler_lod_bias(&self) -> f32

fn max_sampler_anisotropy(&self) -> f32

fn max_viewports(&self) -> u32

fn max_viewport_dimensions(&self) -> [u32; 2]

fn viewport_bounds_range(&self) -> [f32; 2]

fn viewport_sub_pixel_bits(&self) -> u32

fn min_memory_map_alignment(&self) -> usize

fn min_texel_buffer_offset_alignment(&self) -> u64

fn min_uniform_buffer_offset_alignment(&self) -> u64

fn min_storage_buffer_offset_alignment(&self) -> u64

fn min_texel_offset(&self) -> i32

fn max_texel_offset(&self) -> u32

fn min_texel_gather_offset(&self) -> i32

fn max_texel_gather_offset(&self) -> u32

fn min_interpolation_offset(&self) -> f32

fn max_interpolation_offset(&self) -> f32

fn sub_pixel_interpolation_offset_bits(&self) -> u32

fn max_framebuffer_width(&self) -> u32

fn max_framebuffer_height(&self) -> u32

fn max_framebuffer_layers(&self) -> u32

fn framebuffer_color_sample_counts(&self) -> u32

fn framebuffer_depth_sample_counts(&self) -> u32

fn framebuffer_stencil_sample_counts(&self) -> u32

fn framebuffer_no_attachments_sample_counts(&self) -> u32

fn max_color_attachments(&self) -> u32

fn sampled_image_color_sample_counts(&self) -> u32

fn sampled_image_integer_sample_counts(&self) -> u32

fn sampled_image_depth_sample_counts(&self) -> u32

fn sampled_image_stencil_sample_counts(&self) -> u32

fn storage_image_sample_counts(&self) -> u32

fn max_sample_mask_words(&self) -> u32

fn timestamp_compute_and_graphics(&self) -> u32

fn timestamp_period(&self) -> f32

fn max_clip_distances(&self) -> u32

fn max_cull_distances(&self) -> u32

fn max_combined_clip_and_cull_distances(&self) -> u32

fn discrete_queue_priorities(&self) -> u32

fn point_size_range(&self) -> [f32; 2]

fn line_width_range(&self) -> [f32; 2]

fn point_size_granularity(&self) -> f32

fn line_width_granularity(&self) -> f32

fn strict_lines(&self) -> u32

fn standard_sample_locations(&self) -> u32

fn optimal_buffer_copy_offset_alignment(&self) -> u64

fn optimal_buffer_copy_row_pitch_alignment(&self) -> u64

fn non_coherent_atom_size(&self) -> u64