Home -> IRenderer -> Options

Description

The Options enumeration defines renderer configuration options that are selected when an IRenderer is created. These options are not hardware feature flags. They control renderer behaviour such as diagnostic output and API marker emission, and remain fixed for the lifetime of the renderer.

Members

Name Description
Public Enum EnableDebugLogging
Enables additional renderer diagnostic output where supported. This may include verbose messages from the renderer itself or from native graphics API validation layers.
Public Enum EnableRenderMarkers
Enables renderer marker emission for supported native graphics APIs. Markers are useful when inspecting frames in tools such as RenderDoc or native GPU debuggers.

See also