ShutdownClearAttribute
Description
- Derived from
-
Attribute abstract
The ShutdownClear is used to mark static fields that are cleared resp. disposed during global shutdown.
Usually, static fields will not be exposed in the public API and this attribute is used only as an implementation detail. However, there are some corner cases where static fields may be exposed.
- See also
Usages
ApplicationWindow.DebugMousePositionHack field
DirectX12Context.DebugDumpDescriptorPools field
DirectX12Context.DebugDumpUploadBuffer field
GLContext.DebugFrequentErrorChecks field
GLContext.DebugOutputSourceAndErrors field
GraphicsContext.DebugEnableLogOutput field
MG.DebugSystemMessages field
TinmanModule.pleaseIncludeInBinaryThanks field
Tutorial_26_Bennu.DebugSkipLoadModel field
Tutorial_31_Showcase.DebugSkipPreload field