#[repr(C)]pub struct PhysicalDeviceMaintenance5Properties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub early_fragment_multisample_coverage_after_sample_counting: u32,
pub early_fragment_sample_mask_test_before_sample_counting: u32,
pub depth_stencil_swizzle_one_support: u32,
pub polygon_mode_point_size: u32,
pub non_strict_single_pixel_wide_lines_use_parallelogram: u32,
pub non_strict_wide_lines_use_parallelogram: u32,
}Expand description
VkPhysicalDeviceMaintenance5Properties
Provided by VK_BASE_VERSION_1_4.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_5_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
early_fragment_multisample_coverage_after_sample_counting: u32§early_fragment_sample_mask_test_before_sample_counting: u32§depth_stencil_swizzle_one_support: u32§polygon_mode_point_size: u32§non_strict_single_pixel_wide_lines_use_parallelogram: u32§non_strict_wide_lines_use_parallelogram: u32Implementations§
Source§impl PhysicalDeviceMaintenance5Properties
impl PhysicalDeviceMaintenance5Properties
Sourcepub fn builder<'a>() -> PhysicalDeviceMaintenance5PropertiesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceMaintenance5PropertiesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceMaintenance5Properties
impl Clone for PhysicalDeviceMaintenance5Properties
Source§fn clone(&self) -> PhysicalDeviceMaintenance5Properties
fn clone(&self) -> PhysicalDeviceMaintenance5Properties
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 moreimpl Copy for PhysicalDeviceMaintenance5Properties
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMaintenance5Properties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMaintenance5Properties
impl RefUnwindSafe for PhysicalDeviceMaintenance5Properties
impl !Send for PhysicalDeviceMaintenance5Properties
impl !Sync for PhysicalDeviceMaintenance5Properties
impl Unpin for PhysicalDeviceMaintenance5Properties
impl UnsafeUnpin for PhysicalDeviceMaintenance5Properties
impl UnwindSafe for PhysicalDeviceMaintenance5Properties
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