Struct ash::vk::CopyMemoryToMicromapInfoEXTBuilder
source · pub struct CopyMemoryToMicromapInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> CopyMemoryToMicromapInfoEXTBuilder<'a>
pub fn src(self, src: DeviceOrHostAddressConstKHR) -> Self
pub fn dst(self, dst: MicromapEXT) -> Self
pub fn mode(self, mode: CopyMicromapModeEXT) -> Self
sourcepub fn build(self) -> CopyMemoryToMicromapInfoEXT
pub fn build(self) -> CopyMemoryToMicromapInfoEXT
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 CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> Deref for CopyMemoryToMicromapInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> !Send for CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> !Sync for CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> Unpin for CopyMemoryToMicromapInfoEXTBuilder<'a>
impl<'a> UnwindSafe for CopyMemoryToMicromapInfoEXTBuilder<'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