SDL3BatchRenderer.IndicesToDraw(int) Method
Definition¶
Namespace: Brine2D.Rendering
Converts a vertex count (always a multiple of Brine2D.Rendering.SDL3BatchRenderer.VerticesPerQuad) to the corresponding index count for indexed drawing.
public static int IndicesToDraw(int vertexCount);
Parameters¶
vertexCount System.Int32