#[repr(transparent)]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.