|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public string GetBackBufferChangesReport()
Return Value
Stringreturn string with BackBuffer changes report
See Also