SpriteBatcher.EstimatedDrawCalls Property
Definition¶
Namespace: Brine2D.Rendering
Gets the estimated number of draw calls issued in the last flush. This is an upper bound — layer, blend mode, or texture changes each count as a new draw call, even if the underlying renderer could coalesce them.
public int EstimatedDrawCalls { get; }