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, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn inline_uniform_block( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn descriptor_binding_inline_uniform_block_update_after_bind( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn pipeline_creation_cache_control( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn private_data( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn shader_demote_to_helper_invocation( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn shader_terminate_invocation( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn subgroup_size_control( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn compute_full_subgroups( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn synchronization2( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn texture_compression_astc_hdr( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn shader_zero_initialize_workgroup_memory( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn dynamic_rendering( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn shader_integer_dot_product( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
pub fn maintenance4( self, value: bool, ) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>where
T: ExtendsPhysicalDeviceVulkan13Features,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceVulkan13FeaturesBuilder<'a>where
T: ExtendsPhysicalDeviceVulkan13Features,
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>
Source§type Target = PhysicalDeviceVulkan13Features
type Target = PhysicalDeviceVulkan13Features
The resulting type after dereferencing.
Source§impl<'a> DerefMut for PhysicalDeviceVulkan13FeaturesBuilder<'a>
impl<'a> DerefMut 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