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