Class VROverlayIntersectionMaskPrimitiveData

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

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

Layout


 union VROverlayIntersectionMaskPrimitive_Data_t {
     IntersectionMaskRectangle_t m_Rectangle;
     IntersectionMaskCircle_t m_Circle;
 }