Click or drag to resize
AB4D logo

RenderingContextGetBackBufferChangesReport Method

GetBackBufferChangesReport returns a string that contains all the BackBuffer changes and the RenderingStep names. To get results first set IsCollectingBackBufferChanges to true, render the scene again and then call this method. DebugName for DirectX resources need to be set to see any meaningful reports.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public string GetBackBufferChangesReport()

Return Value

String
return string with BackBuffer changes report
See Also