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 ) -> PhysicalDeviceShaderTerminateInvocationFeaturesBuilder<'a>
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>
§type Target = PhysicalDeviceShaderTerminateInvocationFeatures
type Target = PhysicalDeviceShaderTerminateInvocationFeatures
The resulting type after dereferencing.