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