8 lines
109 B
C#
8 lines
109 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VRTextureWithPoseAndDepth_t
|
|
{
|
|
public VRTextureDepthInfo_t depth;
|
|
}
|
|
}
|