14 lines
172 B
C#
14 lines
172 B
C#
using System;
|
|
|
|
namespace Valve.VR
|
|
{
|
|
public struct VRTextureDepthInfo_t
|
|
{
|
|
public IntPtr handle;
|
|
|
|
public HmdMatrix44_t mProjection;
|
|
|
|
public HmdVector2_t vRange;
|
|
}
|
|
}
|