Click or drag to resize
AB4D logo

RenderingStatisticsReportDrawCalls Method

Increased the DrawCallsCount by drawCallsCount and DrawnIndicesCount by drawnIndicesCount. This method is thread safe and can be called from any thread.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void ReportDrawCalls(
	int drawCallsCount,
	int drawnIndicesCount
)

Parameters

drawCallsCount  Int32
drawCallsCount
drawnIndicesCount  Int32
drawnIndicesCount
See Also