Struct ash::vk::MemoryWin32HandlePropertiesKHRBuilder
source · #[repr(transparent)]pub struct MemoryWin32HandlePropertiesKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> MemoryWin32HandlePropertiesKHRBuilder<'a>
impl<'a> MemoryWin32HandlePropertiesKHRBuilder<'a>
pub fn memory_type_bits(self, memory_type_bits: u32) -> Self
sourcepub fn build(self) -> MemoryWin32HandlePropertiesKHR
pub fn build(self) -> MemoryWin32HandlePropertiesKHR
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.