#[repr(C)]pub struct PhysicalDeviceVulkan14Properties {Show 27 fields
pub s_type: StructureType,
pub next: *mut c_void,
pub line_sub_pixel_precision_bits: u32,
pub max_vertex_attrib_divisor: u32,
pub supports_non_zero_first_instance: Bool32,
pub max_push_descriptors: u32,
pub dynamic_rendering_local_read_depth_stencil_attachments: Bool32,
pub dynamic_rendering_local_read_multisampled_attachments: Bool32,
pub early_fragment_multisample_coverage_after_sample_counting: Bool32,
pub early_fragment_sample_mask_test_before_sample_counting: Bool32,
pub depth_stencil_swizzle_one_support: Bool32,
pub polygon_mode_point_size: Bool32,
pub non_strict_single_pixel_wide_lines_use_parallelogram: Bool32,
pub non_strict_wide_lines_use_parallelogram: Bool32,
pub block_texel_view_compatible_multiple_layers: Bool32,
pub max_combined_image_sampler_descriptor_count: u32,
pub fragment_shading_rate_clamp_combiner_inputs: Bool32,
pub default_robustness_storage_buffers: PipelineRobustnessBufferBehavior,
pub default_robustness_uniform_buffers: PipelineRobustnessBufferBehavior,
pub default_robustness_vertex_inputs: PipelineRobustnessBufferBehavior,
pub default_robustness_images: PipelineRobustnessImageBehavior,
pub copy_src_layout_count: u32,
pub copy_src_layouts: *mut ImageLayout,
pub copy_dst_layout_count: u32,
pub copy_dst_layouts: *mut ImageLayout,
pub optimal_tiling_layout_uuid: ByteArray<UUID_SIZE>,
pub identical_memory_type_requirements: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§line_sub_pixel_precision_bits: u32§max_vertex_attrib_divisor: u32§supports_non_zero_first_instance: Bool32§max_push_descriptors: u32§dynamic_rendering_local_read_depth_stencil_attachments: Bool32§dynamic_rendering_local_read_multisampled_attachments: Bool32§early_fragment_multisample_coverage_after_sample_counting: Bool32§early_fragment_sample_mask_test_before_sample_counting: Bool32§depth_stencil_swizzle_one_support: Bool32§polygon_mode_point_size: Bool32§non_strict_single_pixel_wide_lines_use_parallelogram: Bool32§non_strict_wide_lines_use_parallelogram: Bool32§block_texel_view_compatible_multiple_layers: Bool32§max_combined_image_sampler_descriptor_count: u32§fragment_shading_rate_clamp_combiner_inputs: Bool32§default_robustness_storage_buffers: PipelineRobustnessBufferBehavior§default_robustness_uniform_buffers: PipelineRobustnessBufferBehavior§default_robustness_vertex_inputs: PipelineRobustnessBufferBehavior§default_robustness_images: PipelineRobustnessImageBehavior§copy_src_layout_count: u32§copy_src_layouts: *mut ImageLayout§copy_dst_layout_count: u32§copy_dst_layouts: *mut ImageLayout§optimal_tiling_layout_uuid: ByteArray<UUID_SIZE>§identical_memory_type_requirements: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceVulkan14Properties
impl Clone for PhysicalDeviceVulkan14Properties
Source§fn clone(&self) -> PhysicalDeviceVulkan14Properties
fn clone(&self) -> PhysicalDeviceVulkan14Properties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for PhysicalDeviceVulkan14Properties
impl PartialEq for PhysicalDeviceVulkan14Properties
Source§fn eq(&self, other: &PhysicalDeviceVulkan14Properties) -> bool
fn eq(&self, other: &PhysicalDeviceVulkan14Properties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceVulkan14Properties
impl Eq for PhysicalDeviceVulkan14Properties
impl Send for PhysicalDeviceVulkan14Properties
impl StructuralPartialEq for PhysicalDeviceVulkan14Properties
impl Sync for PhysicalDeviceVulkan14Properties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVulkan14Properties
impl RefUnwindSafe for PhysicalDeviceVulkan14Properties
impl Unpin for PhysicalDeviceVulkan14Properties
impl UnwindSafe for PhysicalDeviceVulkan14Properties
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more