Module lambda_platform::gfx::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

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.
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.