Class VRTextureWithPoseAndDepth

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VRTextureWithPoseAndDepth>
org.lwjgl.openvr.VRTextureWithPoseAndDepth
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

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

Layout


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