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