8 lines
114 B
C#
8 lines
114 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VRTextureWithPose_t
|
|
{
|
|
public HmdMatrix34_t mDeviceToAbsoluteTracking;
|
|
}
|
|
}
|