Table of Contents

Class CVRDebug

Namespace
Valve.VR
Assembly
Stride.VirtualReality.dll
public class CVRDebug
Inheritance
CVRDebug

Methods

BeginVrProfilerEvent(ref ulong)

public EVRDebugError BeginVrProfilerEvent(ref ulong pHandleOut)

Parameters

pHandleOut ulong

Returns

EVRDebugError

DriverDebugRequest(uint, string, StringBuilder, uint)

public uint DriverDebugRequest(uint unDeviceIndex, string pchRequest, StringBuilder pchResponseBuffer, uint unResponseBufferSize)

Parameters

unDeviceIndex uint
pchRequest string
pchResponseBuffer StringBuilder
unResponseBufferSize uint

Returns

uint

EmitVrProfilerEvent(string)

public EVRDebugError EmitVrProfilerEvent(string pchMessage)

Parameters

pchMessage string

Returns

EVRDebugError

FinishVrProfilerEvent(ulong, string)

public EVRDebugError FinishVrProfilerEvent(ulong hHandle, string pchMessage)

Parameters

hHandle ulong
pchMessage string

Returns

EVRDebugError