pub struct SetDescriptorBufferOffsetsInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for SetDescriptorBufferOffsetsInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
pub fn stage_flags(self, value: ShaderStageFlags) -> Self
pub fn layout(self, value: PipelineLayout) -> Self
pub fn first_set(self, value: u32) -> Self
pub fn buffer_indices(self, slice: &'a [u32]) -> Self
pub fn offsets(self, slice: &'a [u64]) -> Self
Sourcepub fn push_next<T: ExtendsSetDescriptorBufferOffsetsInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsSetDescriptorBufferOffsetsInfoEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See SetDescriptorBufferOffsetsInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> Deref for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> !Send for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> !Sync for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> Unpin for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for SetDescriptorBufferOffsetsInfoEXTBuilder<'a>
impl<'a> UnwindSafe for SetDescriptorBufferOffsetsInfoEXTBuilder<'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