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