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