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.
Trait Implementations§
source§impl<'a> Deref for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> Deref for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> !Send for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> !Sync for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> Unpin for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
impl<'a> UnwindSafe for GeneratedCommandsMemoryRequirementsInfoNVBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more