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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int GetPrimitiveCount(
	Topology topology
)

Parameters

topology
Type: Internal.SharpBgfxTopology
The topology whose primitive count should be returned.

Return Value

Type: Int32
The number of primitives rendered.
See Also