|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void ReportStateChanges(
ContextStatesManager contextStatesManager
)
Parameters
- contextStatesManager ContextStatesManager
- ContextStatesManager
See Also