Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    Compositor_FrameTiming Struct

    Namespace: Valve.VR
    Assembly: Stride.VirtualReality.dll

    public struct Compositor_FrameTiming
    Name Description
    Fields
    m_flClientFrameIntervalMs
    m_flCompositorIdleCpuMs
    m_flCompositorRenderCpuMs
    m_flCompositorRenderGpuMs
    m_flCompositorRenderStartMs
    m_flCompositorUpdateEndMs
    m_flCompositorUpdateStartMs
    m_flNewFrameReadyMs
    m_flNewPosesReadyMs
    m_flPostSubmitGpuMs
    m_flPresentCallCpuMs
    m_flPreSubmitGpuMs
    m_flSubmitFrameMs
    m_flSystemTimeInSeconds
    m_flTotalRenderGpuMs
    m_flWaitForPresentCpuMs
    m_flWaitGetPosesCalledMs
    m_HmdPose
    m_nFrameIndex
    m_nNumDroppedFrames
    m_nNumFramePresents
    m_nNumMisPresented
    m_nNumVSyncsReadyForUse
    m_nNumVSyncsToFirstView
    m_nReprojectionFlags
    m_nSize
    | Improve this Doc View Source

    Fields


    m_flClientFrameIntervalMs

    public float m_flClientFrameIntervalMs
    Field Value
    Type Description
    System.Single

    m_flCompositorIdleCpuMs

    public float m_flCompositorIdleCpuMs
    Field Value
    Type Description
    System.Single

    m_flCompositorRenderCpuMs

    public float m_flCompositorRenderCpuMs
    Field Value
    Type Description
    System.Single

    m_flCompositorRenderGpuMs

    public float m_flCompositorRenderGpuMs
    Field Value
    Type Description
    System.Single

    m_flCompositorRenderStartMs

    public float m_flCompositorRenderStartMs
    Field Value
    Type Description
    System.Single

    m_flCompositorUpdateEndMs

    public float m_flCompositorUpdateEndMs
    Field Value
    Type Description
    System.Single

    m_flCompositorUpdateStartMs

    public float m_flCompositorUpdateStartMs
    Field Value
    Type Description
    System.Single

    m_flNewFrameReadyMs

    public float m_flNewFrameReadyMs
    Field Value
    Type Description
    System.Single

    m_flNewPosesReadyMs

    public float m_flNewPosesReadyMs
    Field Value
    Type Description
    System.Single

    m_flPostSubmitGpuMs

    public float m_flPostSubmitGpuMs
    Field Value
    Type Description
    System.Single

    m_flPresentCallCpuMs

    public float m_flPresentCallCpuMs
    Field Value
    Type Description
    System.Single

    m_flPreSubmitGpuMs

    public float m_flPreSubmitGpuMs
    Field Value
    Type Description
    System.Single

    m_flSubmitFrameMs

    public float m_flSubmitFrameMs
    Field Value
    Type Description
    System.Single

    m_flSystemTimeInSeconds

    public double m_flSystemTimeInSeconds
    Field Value
    Type Description
    System.Double

    m_flTotalRenderGpuMs

    public float m_flTotalRenderGpuMs
    Field Value
    Type Description
    System.Single

    m_flWaitForPresentCpuMs

    public float m_flWaitForPresentCpuMs
    Field Value
    Type Description
    System.Single

    m_flWaitGetPosesCalledMs

    public float m_flWaitGetPosesCalledMs
    Field Value
    Type Description
    System.Single

    m_HmdPose

    public TrackedDevicePose_t m_HmdPose
    Field Value
    Type Description
    TrackedDevicePose_t

    m_nFrameIndex

    public uint m_nFrameIndex
    Field Value
    Type Description
    System.UInt32

    m_nNumDroppedFrames

    public uint m_nNumDroppedFrames
    Field Value
    Type Description
    System.UInt32

    m_nNumFramePresents

    public uint m_nNumFramePresents
    Field Value
    Type Description
    System.UInt32

    m_nNumMisPresented

    public uint m_nNumMisPresented
    Field Value
    Type Description
    System.UInt32

    m_nNumVSyncsReadyForUse

    public uint m_nNumVSyncsReadyForUse
    Field Value
    Type Description
    System.UInt32

    m_nNumVSyncsToFirstView

    public uint m_nNumVSyncsToFirstView
    Field Value
    Type Description
    System.UInt32

    m_nReprojectionFlags

    public uint m_nReprojectionFlags
    Field Value
    Type Description
    System.UInt32

    m_nSize

    public uint m_nSize
    Field Value
    Type Description
    System.UInt32

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation