pub struct PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
pub fn shader_terminate_invocation( self, shader_terminate_invocation: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceShaderTerminateInvocationFeatures
pub fn build(self) -> PhysicalDeviceShaderTerminateInvocationFeatures
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> !Send for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> !Sync for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> Unpin for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'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