Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Compositor_CumulativeStats Struct

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

    public struct Compositor_CumulativeStats
    Name Description
    Fields
    m_nNumDroppedFrames
    m_nNumDroppedFramesLoading
    m_nNumDroppedFramesOnStartup
    m_nNumDroppedFramesTimedOut
    m_nNumFramePresents
    m_nNumFramePresentsLoading
    m_nNumFramePresentsOnStartup
    m_nNumFramePresentsTimedOut
    m_nNumLoading
    m_nNumReprojectedFrames
    m_nNumReprojectedFramesLoading
    m_nNumReprojectedFramesOnStartup
    m_nNumReprojectedFramesTimedOut
    m_nNumTimedOut
    m_nPid
    | Improve this Doc View Source

    Fields


    m_nNumDroppedFrames

    public uint m_nNumDroppedFrames
    Field Value
    Type Description
    System.UInt32

    m_nNumDroppedFramesLoading

    public uint m_nNumDroppedFramesLoading
    Field Value
    Type Description
    System.UInt32

    m_nNumDroppedFramesOnStartup

    public uint m_nNumDroppedFramesOnStartup
    Field Value
    Type Description
    System.UInt32

    m_nNumDroppedFramesTimedOut

    public uint m_nNumDroppedFramesTimedOut
    Field Value
    Type Description
    System.UInt32

    m_nNumFramePresents

    public uint m_nNumFramePresents
    Field Value
    Type Description
    System.UInt32

    m_nNumFramePresentsLoading

    public uint m_nNumFramePresentsLoading
    Field Value
    Type Description
    System.UInt32

    m_nNumFramePresentsOnStartup

    public uint m_nNumFramePresentsOnStartup
    Field Value
    Type Description
    System.UInt32

    m_nNumFramePresentsTimedOut

    public uint m_nNumFramePresentsTimedOut
    Field Value
    Type Description
    System.UInt32

    m_nNumLoading

    public uint m_nNumLoading
    Field Value
    Type Description
    System.UInt32

    m_nNumReprojectedFrames

    public uint m_nNumReprojectedFrames
    Field Value
    Type Description
    System.UInt32

    m_nNumReprojectedFramesLoading

    public uint m_nNumReprojectedFramesLoading
    Field Value
    Type Description
    System.UInt32

    m_nNumReprojectedFramesOnStartup

    public uint m_nNumReprojectedFramesOnStartup
    Field Value
    Type Description
    System.UInt32

    m_nNumReprojectedFramesTimedOut

    public uint m_nNumReprojectedFramesTimedOut
    Field Value
    Type Description
    System.UInt32

    m_nNumTimedOut

    public uint m_nNumTimedOut
    Field Value
    Type Description
    System.UInt32

    m_nPid

    public uint m_nPid
    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