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