Interface RendererCvars

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

Properties

downscaleHighDPIEffects: CVar

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

enableGPUProfiling: CVar

If set to true, the GPU profiler will be skipped completely and no data will be captured.

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.