#[repr(C)]pub struct RenderPassStripeSubmitInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub stripe_semaphore_info_count: u32,
pub p_stripe_semaphore_infos: *const SemaphoreSubmitInfo,
}Expand description
VkRenderPassStripeSubmitInfoARM
Provided by VK_ARM_render_pass_striped.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_RENDER_PASS_STRIPE_SUBMIT_INFO_ARM.
p_next: *const c_voidOptional, may be null.
stripe_semaphore_info_count: u32Length of p_stripe_semaphore_infos.
p_stripe_semaphore_infos: *const SemaphoreSubmitInfoImplementations§
Source§impl RenderPassStripeSubmitInfoARM
impl RenderPassStripeSubmitInfoARM
Sourcepub fn builder<'a>() -> RenderPassStripeSubmitInfoARMBuilder<'a>
pub fn builder<'a>() -> RenderPassStripeSubmitInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for RenderPassStripeSubmitInfoARM
impl Clone for RenderPassStripeSubmitInfoARM
Source§fn clone(&self) -> RenderPassStripeSubmitInfoARM
fn clone(&self) -> RenderPassStripeSubmitInfoARM
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderPassStripeSubmitInfoARM
impl ExtendsCommandBufferSubmitInfo for RenderPassStripeSubmitInfoARM
Auto Trait Implementations§
impl Freeze for RenderPassStripeSubmitInfoARM
impl RefUnwindSafe for RenderPassStripeSubmitInfoARM
impl !Send for RenderPassStripeSubmitInfoARM
impl !Sync for RenderPassStripeSubmitInfoARM
impl Unpin for RenderPassStripeSubmitInfoARM
impl UnsafeUnpin for RenderPassStripeSubmitInfoARM
impl UnwindSafe for RenderPassStripeSubmitInfoARM
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