Class VRTextureDepthInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VRTextureDepthInfo extends Struct<VRTextureDepthInfo> implements NativeResource

Layout


 struct VRTextureDepthInfo_t {
     void * handle;
     HmdMatrix44_t mProjection;
     HmdVector2_t vRange;
 }