pub struct PhysicalDeviceVulkan14FeaturesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVulkan14Features with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkan14FeaturesBuilder<'a>
pub fn global_priority_query(self, value: bool) -> Self
pub fn shader_subgroup_rotate(self, value: bool) -> Self
pub fn shader_subgroup_rotate_clustered(self, value: bool) -> Self
pub fn shader_float_controls2(self, value: bool) -> Self
pub fn shader_expect_assume(self, value: bool) -> Self
pub fn rectangular_lines(self, value: bool) -> Self
pub fn bresenham_lines(self, value: bool) -> Self
pub fn smooth_lines(self, value: bool) -> Self
pub fn stippled_rectangular_lines(self, value: bool) -> Self
pub fn stippled_bresenham_lines(self, value: bool) -> Self
pub fn stippled_smooth_lines(self, value: bool) -> Self
pub fn vertex_attribute_instance_rate_divisor(self, value: bool) -> Self
pub fn vertex_attribute_instance_rate_zero_divisor(self, value: bool) -> Self
pub fn index_type_uint8(self, value: bool) -> Self
pub fn dynamic_rendering_local_read(self, value: bool) -> Self
pub fn maintenance5(self, value: bool) -> Self
pub fn maintenance6(self, value: bool) -> Self
pub fn pipeline_protected_access(self, value: bool) -> Self
pub fn pipeline_robustness(self, value: bool) -> Self
pub fn host_image_copy(self, value: bool) -> Self
pub fn push_descriptor(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceVulkan14Features>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceVulkan14Features>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceVulkan14Features’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkan14FeaturesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceVulkan14FeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVulkan14FeaturesBuilder<'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