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 public int GetPrimitiveCount(
Topology topology
)
Parameters
- topology
- Type: Internal.SharpBgfxTopology
The topology whose primitive count should be returned.
Return Value
Type:
Int32The number of primitives rendered.
See Also