pub struct PhysicalDeviceVulkan14PropertiesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVulkan14Properties with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> PhysicalDeviceVulkan14PropertiesBuilder<'a>
pub fn line_sub_pixel_precision_bits(self, value: u32) -> Self
pub fn max_vertex_attrib_divisor(self, value: u32) -> Self
pub fn supports_non_zero_first_instance(self, value: bool) -> Self
pub fn max_push_descriptors(self, value: u32) -> Self
pub fn dynamic_rendering_local_read_depth_stencil_attachments( self, value: bool, ) -> Self
pub fn dynamic_rendering_local_read_multisampled_attachments( self, value: bool, ) -> Self
pub fn early_fragment_multisample_coverage_after_sample_counting( self, value: bool, ) -> Self
pub fn early_fragment_sample_mask_test_before_sample_counting( self, value: bool, ) -> Self
pub fn depth_stencil_swizzle_one_support(self, value: bool) -> Self
pub fn polygon_mode_point_size(self, value: bool) -> Self
pub fn non_strict_single_pixel_wide_lines_use_parallelogram( self, value: bool, ) -> Self
pub fn non_strict_wide_lines_use_parallelogram(self, value: bool) -> Self
pub fn block_texel_view_compatible_multiple_layers(self, value: bool) -> Self
pub fn max_combined_image_sampler_descriptor_count(self, value: u32) -> Self
pub fn fragment_shading_rate_clamp_combiner_inputs(self, value: bool) -> Self
pub fn default_robustness_storage_buffers( self, value: PipelineRobustnessBufferBehavior, ) -> Self
pub fn default_robustness_uniform_buffers( self, value: PipelineRobustnessBufferBehavior, ) -> Self
pub fn default_robustness_vertex_inputs( self, value: PipelineRobustnessBufferBehavior, ) -> Self
pub fn default_robustness_images( self, value: PipelineRobustnessImageBehavior, ) -> Self
pub fn copy_src_layout_count(self, value: u32) -> Self
pub fn copy_src_layouts(self, slice: &'a mut [ImageLayout]) -> Self
pub fn copy_dst_layout_count(self, value: u32) -> Self
pub fn copy_dst_layouts(self, slice: &'a mut [ImageLayout]) -> Self
pub fn optimal_tiling_layout_uuid(self, value: [u8; 16]) -> Self
pub fn identical_memory_type_requirements(self, value: bool) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkan14PropertiesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> !Send for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceVulkan14PropertiesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVulkan14PropertiesBuilder<'a>
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