FrameTime Enum
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.
Choose the predicted display time of a frame in pipelined rendering.
C#
public enum FrameTime
type FrameTime =
Public Enum FrameTime
- Inheritance
-
FrameTime
Name | Value | Description |
---|---|---|
OnUpdate | 0 | The time in update thread using previous frame's predicted time + duration. |
OnBeforeRender | 1 | The time in render thread using current frame's predicted time. |
Product | Versions |
---|---|
Mixed Reality OpenXR Plugin | 1.4, 1.5, 1.6, 1.7, 1.9, 1.10, 1.11 |