Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    CVRDebug Class

    Namespace: Valve.VR
    Assembly: Stride.VirtualReality.dll
    System.Object → CVRDebug
    Derived from CVRDebug:

    public class CVRDebug
    Name Description
    Methods
    BeginVrProfilerEvent(ref UInt64)
    DriverDebugRequest(UInt32, String, StringBuilder, UInt32)
    EmitVrProfilerEvent(String)
    FinishVrProfilerEvent(UInt64, String)
    | Improve this Doc View Source

    Methods


    BeginVrProfilerEvent(ref UInt64)

    public EVRDebugError BeginVrProfilerEvent(ref ulong pHandleOut)
    Parameters
    Type Name Description
    System.UInt64 pHandleOut
    Returns
    Type Description
    EVRDebugError

    DriverDebugRequest(UInt32, String, StringBuilder, UInt32)

    public uint DriverDebugRequest(uint unDeviceIndex, string pchRequest, StringBuilder pchResponseBuffer, uint unResponseBufferSize)
    Parameters
    Type Name Description
    System.UInt32 unDeviceIndex
    System.String pchRequest
    System.Text.StringBuilder pchResponseBuffer
    System.UInt32 unResponseBufferSize
    Returns
    Type Description
    System.UInt32

    EmitVrProfilerEvent(String)

    public EVRDebugError EmitVrProfilerEvent(string pchMessage)
    Parameters
    Type Name Description
    System.String pchMessage
    Returns
    Type Description
    EVRDebugError

    FinishVrProfilerEvent(UInt64, String)

    public EVRDebugError FinishVrProfilerEvent(ulong hHandle, string pchMessage)
    Parameters
    Type Name Description
    System.UInt64 hHandle
    System.String pchMessage
    Returns
    Type Description
    EVRDebugError

    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