CVRDebug Class
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
System.Object →
CVRDebug
Derived from CVRDebug:
|
Improve this Doc
View Source
Methods
BeginVrProfilerEvent(ref UInt64)
public EVRDebugError BeginVrProfilerEvent(ref ulong pHandleOut)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
pHandleOut |
|
Returns
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
FinishVrProfilerEvent(UInt64, String)
public EVRDebugError FinishVrProfilerEvent(ulong hHandle, string pchMessage)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
hHandle |
|
| System.String |
pchMessage |
|
Returns
Extension Methods