Click or drag to resize
AB4D logo

RenderingStatisticsReportDrawCall Method

Increased the DrawCallsCount by one 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 ReportDrawCall(
	int drawnIndicesCount
)

Parameters

drawnIndicesCount  Int32
drawnIndicesCount
See Also