#[repr(transparent)]pub struct GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> GeneratedCommandsMemoryRequirementsInfoNVBuilder<'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 max_sequences_count(self, max_sequences_count: u32) -> Self
sourcepub fn build(self) -> GeneratedCommandsMemoryRequirementsInfoNV
pub fn build(self) -> GeneratedCommandsMemoryRequirementsInfoNV
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.