Class VRTextureWithPoseAndDepth

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VRTextureWithPoseAndDepth
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource

    Layout

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