Click or drag to resize

PerfStatsGetPrimitiveCount Method

Gets the number of primitives rendered with the given topology.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int GetPrimitiveCount(
	Topology topology
)

Parameters

topology  Topology
The topology whose primitive count should be returned.

Return Value

Int32
The number of primitives rendered.
See Also