Skip to content

SDL3FrameManager.ReleaseInFlightFences() Method

Definition

Namespace: Brine2D.Rendering

Releases any fence handles still held in the in-flight circular buffer. Call this after SDL3.SDL.WaitForGPUIdle(System.IntPtr) at shutdown so all fences are already signaled before releasing them.

public void ReleaseInFlightFences();