Skip to content

SDL3Renderer.BeginFrame() Method

Definition

Namespace: Brine2D.Rendering

Begins a new frame. Silently returns (no-op) when the renderer is not initialized, suspended, or unable to acquire GPU resources. Draw calls issued without a successful BeginFrame() are dropped.

public void BeginFrame();

Implements BeginFrame()