Click or drag to resize

RenderingPipelineUseMultiRenderTargets Property

Enables using multi render targets during rendering the frame. It is enabled by default. MRT is not supported on limited devices (mobile).

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Reference<AutoTrueFalse> UseMultiRenderTargets { get; set; }

Property Value

ReferenceAutoTrueFalse
See Also