Interface RendererCvars

interface RendererCvars {
    downscaleHighDPIEffects: CVar;
    featureQuality: CVar;
}

Properties

downscaleHighDPIEffects: CVar

If set to true and rendering to a high-dpi display, will downscale supported post-processing effects.

featureQuality: CVar

If set to a value greater or equal 0, represents a quality level from the FeatureQuality5 enumeration.

The renderer will forcefully disable or configure rendering effects to meet the quality level for scenarios where the available compute power is constrained.