Skip to content

SDL3BatchRenderer.StageForUpload() Method

Definition

Namespace: Brine2D.Rendering

Copies the current vertex batch to the transfer buffer (CPU-only, no GPU pass). Returns (firstVertex, vertexCount) for use in a later copy pass.

public (int FirstVertex,int VertexCount) StageForUpload();

Returns

<System.Int32,System.Int32>