Struct ash::vk::PhysicalDeviceShaderDrawParametersFeaturesBuilder [−][src]
#[repr(transparent)]pub struct PhysicalDeviceShaderDrawParametersFeaturesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn shader_draw_parameters(
self,
shader_draw_parameters: bool
) -> PhysicalDeviceShaderDrawParametersFeaturesBuilder<'a>
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.
Methods from Deref<Target = PhysicalDeviceShaderDrawParametersFeatures>
Trait Implementations
The resulting type after dereferencing.