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