Module vulkano::deferred

source ·
Expand description

Operations on the host that can be deferred.

You typically pass a DeferredOperation object as part of a call to another function that performs some potentially time-consuming work. The operation will then not be performed immediately, but is put on hold. You must then call join repeatedly on one or more threads to make the operation progress, until it is complete.

Structs

Enums