Struct lambda_platform::gfx::fence::RenderSemaphore
source · pub struct RenderSemaphore<RenderBackend: Backend> { /* private fields */ }
Expand description
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.