pub struct PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
pub fn non_seamless_cube_map(self, non_seamless_cube_map: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceNonSeamlessCubeMapFeaturesEXT
pub fn build(self) -> PhysicalDeviceNonSeamlessCubeMapFeaturesEXT
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 PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceNonSeamlessCubeMapFeaturesEXTBuilder<'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