Struct ash::vk::VideoBindMemoryKHRBuilder
source · #[repr(transparent)]pub struct VideoBindMemoryKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoBindMemoryKHRBuilder<'a>
impl<'a> VideoBindMemoryKHRBuilder<'a>
pub fn memory_bind_index(self, memory_bind_index: u32) -> Self
pub fn memory(self, memory: DeviceMemory) -> Self
pub fn memory_offset(self, memory_offset: DeviceSize) -> Self
pub fn memory_size(self, memory_size: DeviceSize) -> Self
sourcepub fn build(self) -> VideoBindMemoryKHR
pub fn build(self) -> VideoBindMemoryKHR
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.