DXSceneIsD3DPerformanceEventGroupingEnabled Property |
Gets or sets a Boolean that specifies if D3DPerf_BeginEvent and D3DPerf_EndEvent are called when running each rendering step.
To use this settings the DXDevice must be created with debug settings.
This is used to simplify debugging rendering in Events list in Graphics debugger. Default value is false.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntaxpublic bool IsD3DPerformanceEventGroupingEnabled { get; set; }
Property Value
Type:
Boolean
See Also