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 ) -> Self
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§
impl ExtendsDeviceCreateInfo for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceMultisampledRenderToSingleSampledFeaturesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more