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
Semaphore - 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.
- Render
Semaphore Builder - Render
Submission Fence - 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.
- Render
Submission Fence Builder