Module fence

Source
Expand description

GPU synchronization Implementations that are built on top of gfx-hal and are used by the lambda-platform rendering implementations to synchronize GPU operations.

Structsยง

RenderSemaphore
Render semaphores are used to synchronize operations happening within the GPU. This allows for us to tell the GPU to wait for a frame to finish rendering before presenting it to the screen.
RenderSemaphoreBuilder
RenderSubmissionFence
A GPU fence is used to synchronize GPU operations. It is used to ensure that a GPU operation has completed before the CPU attempts to submit commands to it.
RenderSubmissionFenceBuilder