Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

FfxFsr2InitializationFlags

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Options that represent subfeatures of FSR2.

Properties

EnableHighDynamicRangeFlag indicating if the color provided is using a high-dynamic range.
EnableDisplayResolutionMotionVectorsFlag indicating if the motion vectors are rendered at display resolution.
EnableMotionVectorsJitterCancellationFlag indicating if the motion vectors have a jitter pattern applied to them.
DepthInvertedFlag indicating that if the input depth buffer data provided is inverted. (1 is close, 0 is far).
EnableDepthInfiniteFlag indicating if the depth buffer data is using an infinite far plane.
EnableAutoExposureFlag indicating if automatic exposure should be applied to the input color data.
EnableDynamicResolutionFlag indicating if the application uses dynamic resolution scaling.
EnableTexture1DUsageFlag indicating if the backend should use 1D textures.