Class VRTextureWithDepth

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VRTextureWithDepth extends Struct<VRTextureWithDepth> implements NativeResource

Layout


 struct VRTextureWithDepth_t {
     void * handle;
     ETextureType eType;
     EColorSpace eColorSpace;
     VRTextureDepthInfo_t depth;
 }