Class VRTextureWithPoseAndDepth

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VRTextureWithPoseAndDepth extends Struct<VRTextureWithPoseAndDepth> implements NativeResource

Layout


 struct VRTextureWithPoseAndDepth_t {
     void * handle;
     ETextureType eType;
     EColorSpace eColorSpace;
     HmdMatrix34_t mDeviceToAbsoluteTracking;
     VRTextureDepthInfo_t depth;
 }