Class VROverlayIntersectionMaskPrimitive

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

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

Layout


 struct VROverlayIntersectionMaskPrimitive_t {
     EVROverlayIntersectionMaskPrimitiveType m_nPrimitiveType;
     VROverlayIntersectionMaskPrimitive_Data_t m_Primitive;
 }