pub struct PhysicalDeviceVulkan13FeaturesBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceVulkan13Features with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn robust_image_access(self, value: bool) -> Self
pub fn inline_uniform_block(self, value: bool) -> Self
pub fn descriptor_binding_inline_uniform_block_update_after_bind( self, value: bool, ) -> Self
pub fn pipeline_creation_cache_control(self, value: bool) -> Self
pub fn private_data(self, value: bool) -> Self
pub fn shader_demote_to_helper_invocation(self, value: bool) -> Self
pub fn shader_terminate_invocation(self, value: bool) -> Self
pub fn subgroup_size_control(self, value: bool) -> Self
pub fn compute_full_subgroups(self, value: bool) -> Self
pub fn synchronization2(self, value: bool) -> Self
pub fn texture_compression_astc_hdr(self, value: bool) -> Self
pub fn shader_zero_initialize_workgroup_memory(self, value: bool) -> Self
pub fn dynamic_rendering(self, value: bool) -> Self
pub fn shader_integer_dot_product(self, value: bool) -> Self
pub fn maintenance4(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceVulkan13Features>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceVulkan13Features>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceVulkan13Features’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceVulkan13FeaturesBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceVulkan13FeaturesBuilder<'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