pub struct PhysicalDeviceShaderDemoteToHelperInvocationFeaturesBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesBuilder<'a>
impl<'a> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesBuilder<'a>
pub fn shader_demote_to_helper_invocation( self, shader_demote_to_helper_invocation: bool ) -> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceShaderDemoteToHelperInvocationFeatures
pub fn build(self) -> PhysicalDeviceShaderDemoteToHelperInvocationFeatures
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 PhysicalDeviceShaderDemoteToHelperInvocationFeaturesBuilder<'a>
impl<'a> Deref for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesBuilder<'a>
§type Target = PhysicalDeviceShaderDemoteToHelperInvocationFeatures
type Target = PhysicalDeviceShaderDemoteToHelperInvocationFeatures
The resulting type after dereferencing.