We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wgpu_hal::Queue::submit
Fence
1 parent 69a1134 commit a47ed5dCopy full SHA for a47ed5d
wgpu-hal/src/lib.rs
@@ -955,6 +955,9 @@ pub trait Queue: WasmNotSendSync {
955
/// - All calls to this function that include a given [`SurfaceTexture`][st]
956
/// in `surface_textures` must use the same [`Fence`].
957
///
958
+ /// - The [`Fence`] passed as `signal_fence.0` must remain alive until
959
+ /// all submissions that will signal it have completed.
960
+ ///
961
/// [`Fence`]: Api::Fence
962
/// [cb]: Api::CommandBuffer
963
/// [ce]: Api::CommandEncoder
0 commit comments