GpuFuture::then_signal_fence
and flush
does not commute
#2296
Labels
GpuFuture::then_signal_fence
and flush
does not commute
#2296
Template
main.rs
file that demonstrates the issue: TODOIssue
.then_signal_fence_and_flush()
fails with:whereas
.flush(); .then_signal_fence()
works fine.The text was updated successfully, but these errors were encountered: