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