Struct ash::vk::ImageViewHandleInfoNVXBuilder
source · #[repr(transparent)]pub struct ImageViewHandleInfoNVXBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageViewHandleInfoNVXBuilder<'a>
impl<'a> ImageViewHandleInfoNVXBuilder<'a>
pub fn image_view(self, image_view: ImageView) -> Self
pub fn descriptor_type(self, descriptor_type: DescriptorType) -> Self
pub fn sampler(self, sampler: Sampler) -> Self
sourcepub fn build(self) -> ImageViewHandleInfoNVX
pub fn build(self) -> ImageViewHandleInfoNVX
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.