pub struct RenderSubmissionFenceBuilder { /* private fields */ }

Implementations§

Creates a new Render Submission Fence Builder that defaults to a 1 second timeout for waiting on the fence.

Provides a default render timeout in nanoseconds. This render timeout is used to reset the submission fence if it’s time-to-live expires.

Builds a new submission fence using the provided GPU. This fence can only be used to block operation on the GPU that created it.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.