Skip to content

SDL3Renderer.DrainPendingUploads() Method

Definition

Namespace: Brine2D.Rendering

Releases all pending upload resources unconditionally. The caller must ensure SDL3.SDL.WaitForGPUIdle(System.IntPtr) has completed before calling this method so that all fences are already signaled.

private void DrainPendingUploads();