Struct ash::vk::StridedDeviceAddressRegionKHRBuilder
source · #[repr(transparent)]pub struct StridedDeviceAddressRegionKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> StridedDeviceAddressRegionKHRBuilder<'a>
impl<'a> StridedDeviceAddressRegionKHRBuilder<'a>
pub fn device_address(self, device_address: DeviceAddress) -> Self
pub fn stride(self, stride: DeviceSize) -> Self
pub fn size(self, size: DeviceSize) -> Self
sourcepub fn build(self) -> StridedDeviceAddressRegionKHR
pub fn build(self) -> StridedDeviceAddressRegionKHR
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.