DebugHelperAttribute
Description
- Derived from
-
Attribute abstract
The annotated member is a helper for debugging.
By convention, debug helpers should be named Debug*
and the default value (e.g. false
for bool
and 0
for int
) should disable the debug helper feature.
Usages
ApplicationWindow.DebugMousePositionHack field
DirectX12Context.DebugDumpDescriptorPools field
DirectX12Context.DebugDumpUploadBuffer field
GLContext.DebugFrequentErrorChecks field
GLContext.DebugOutputSourceAndErrors field
GraphicsContext.DebugEnableLogOutput field
MG.DebugSystemMessages field
ObjectPoolUtil.DebugInterval property
Style.DebugShowBaselines field
Style.DebugShowBounds field
Style.DebugShowFocusable field
Tutorial_26_Bennu.DebugSkipLoadModel field
Tutorial_31_Showcase.DebugSkipPreload field