Click or drag to resize
AB4D logo

RenderingStatisticsReportStateChanges Method

Adds state changes statistics from the contextStatesManager. This method is automatically called from EndFrame(RenderingContext) for the main ContextStatesManager but needs to be called from the ContextStatesManager used in background threads. This method needs to be called from the main thread.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void ReportStateChanges(
	ContextStatesManager contextStatesManager
)

Parameters

contextStatesManager  ContextStatesManager
ContextStatesManager
See Also