Class VROverlayIntersectionMaskPrimitiveData

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

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

    Layout

    
     union VROverlayIntersectionMaskPrimitive_Data_t {
         IntersectionMaskRectangle_t m_Rectangle;
         IntersectionMaskCircle_t m_Circle;
     }