Struct ash::vk::GeneratedCommandsInfoNVBuilder
source · #[repr(transparent)]pub struct GeneratedCommandsInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> GeneratedCommandsInfoNVBuilder<'a>
impl<'a> GeneratedCommandsInfoNVBuilder<'a>
pub fn pipeline_bind_point(self, pipeline_bind_point: PipelineBindPoint) -> Self
pub fn pipeline(self, pipeline: Pipeline) -> Self
pub fn indirect_commands_layout( self, indirect_commands_layout: IndirectCommandsLayoutNV ) -> Self
pub fn streams(self, streams: &'a [IndirectCommandsStreamNV]) -> Self
pub fn sequences_count(self, sequences_count: u32) -> Self
pub fn preprocess_buffer(self, preprocess_buffer: Buffer) -> Self
pub fn preprocess_offset(self, preprocess_offset: DeviceSize) -> Self
pub fn preprocess_size(self, preprocess_size: DeviceSize) -> Self
pub fn sequences_count_buffer(self, sequences_count_buffer: Buffer) -> Self
pub fn sequences_count_offset(self, sequences_count_offset: DeviceSize) -> Self
pub fn sequences_index_buffer(self, sequences_index_buffer: Buffer) -> Self
pub fn sequences_index_offset(self, sequences_index_offset: DeviceSize) -> Self
sourcepub fn build(self) -> GeneratedCommandsInfoNV
pub fn build(self) -> GeneratedCommandsInfoNV
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.