ViewConfiguration.SetReprojectionSettings(ReprojectionSettings) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the reprojection settings for the view configuration that will be used for the current frame.
public void SetReprojectionSettings (Microsoft.MixedReality.OpenXR.ReprojectionSettings settings);
member this.SetReprojectionSettings : Microsoft.MixedReality.OpenXR.ReprojectionSettings -> unit
Public Sub SetReprojectionSettings (settings As ReprojectionSettings)
Parameters
- settings
- ReprojectionSettings
The reprojection settings to be set.
Remarks
The given setting only affects the current frame, and must be set for each frame to maintain the effect.