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