Struct screen_13::prelude::vk::PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder
source · pub struct PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
pub fn multisampled_render_to_single_sampled(
self,
multisampled_render_to_single_sampled: bool
) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
pub fn build(self) -> PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
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 PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
type Target = PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXT
The resulting type after dereferencing.