Class METAColocationDiscovery

java.lang.Object
org.lwjgl.openxr.METAColocationDiscovery

public class METAColocationDiscovery extends Object
  • Field Details

    • XR_META_colocation_discovery_SPEC_VERSION

      public static final int XR_META_colocation_discovery_SPEC_VERSION
      See Also:
    • XR_META_COLOCATION_DISCOVERY_EXTENSION_NAME

      public static final String XR_META_COLOCATION_DISCOVERY_EXTENSION_NAME
      See Also:
    • XR_MAX_COLOCATION_DISCOVERY_BUFFER_SIZE_META

      public static final int XR_MAX_COLOCATION_DISCOVERY_BUFFER_SIZE_META
      See Also:
    • XR_COLOCATION_DISCOVERY_ALREADY_ADVERTISING_META

      public static final int XR_COLOCATION_DISCOVERY_ALREADY_ADVERTISING_META
      See Also:
    • XR_COLOCATION_DISCOVERY_ALREADY_DISCOVERING_META

      public static final int XR_COLOCATION_DISCOVERY_ALREADY_DISCOVERING_META
      See Also:
    • XR_ERROR_COLOCATION_DISCOVERY_NETWORK_FAILED_META

      public static final int XR_ERROR_COLOCATION_DISCOVERY_NETWORK_FAILED_META
      See Also:
    • XR_ERROR_COLOCATION_DISCOVERY_NO_DISCOVERY_METHOD_META

      public static final int XR_ERROR_COLOCATION_DISCOVERY_NO_DISCOVERY_METHOD_META
      See Also:
    • XR_TYPE_COLOCATION_DISCOVERY_START_INFO_META

      public static final int XR_TYPE_COLOCATION_DISCOVERY_START_INFO_META
      See Also:
    • XR_TYPE_COLOCATION_DISCOVERY_STOP_INFO_META

      public static final int XR_TYPE_COLOCATION_DISCOVERY_STOP_INFO_META
      See Also:
    • XR_TYPE_COLOCATION_ADVERTISEMENT_START_INFO_META

      public static final int XR_TYPE_COLOCATION_ADVERTISEMENT_START_INFO_META
      See Also:
    • XR_TYPE_COLOCATION_ADVERTISEMENT_STOP_INFO_META

      public static final int XR_TYPE_COLOCATION_ADVERTISEMENT_STOP_INFO_META
      See Also:
    • XR_TYPE_EVENT_DATA_START_COLOCATION_ADVERTISEMENT_COMPLETE_META

      public static final int XR_TYPE_EVENT_DATA_START_COLOCATION_ADVERTISEMENT_COMPLETE_META
      See Also:
    • XR_TYPE_EVENT_DATA_STOP_COLOCATION_ADVERTISEMENT_COMPLETE_META

      public static final int XR_TYPE_EVENT_DATA_STOP_COLOCATION_ADVERTISEMENT_COMPLETE_META
      See Also:
    • XR_TYPE_EVENT_DATA_COLOCATION_ADVERTISEMENT_COMPLETE_META

      public static final int XR_TYPE_EVENT_DATA_COLOCATION_ADVERTISEMENT_COMPLETE_META
      See Also:
    • XR_TYPE_EVENT_DATA_START_COLOCATION_DISCOVERY_COMPLETE_META

      public static final int XR_TYPE_EVENT_DATA_START_COLOCATION_DISCOVERY_COMPLETE_META
      See Also:
    • XR_TYPE_EVENT_DATA_COLOCATION_DISCOVERY_RESULT_META

      public static final int XR_TYPE_EVENT_DATA_COLOCATION_DISCOVERY_RESULT_META
      See Also:
    • XR_TYPE_EVENT_DATA_COLOCATION_DISCOVERY_COMPLETE_META

      public static final int XR_TYPE_EVENT_DATA_COLOCATION_DISCOVERY_COMPLETE_META
      See Also:
    • XR_TYPE_EVENT_DATA_STOP_COLOCATION_DISCOVERY_COMPLETE_META

      public static final int XR_TYPE_EVENT_DATA_STOP_COLOCATION_DISCOVERY_COMPLETE_META
      See Also:
    • XR_TYPE_SYSTEM_COLOCATION_DISCOVERY_PROPERTIES_META

      public static final int XR_TYPE_SYSTEM_COLOCATION_DISCOVERY_PROPERTIES_META
      See Also:
  • Method Details

    • nxrStartColocationDiscoveryMETA

      public static int nxrStartColocationDiscoveryMETA(XrSession session, long info, long discoveryRequestId)
      XrResult xrStartColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStartInfoMETA const * info, XrAsyncRequestIdFB * discoveryRequestId)
    • xrStartColocationDiscoveryMETA

      public static int xrStartColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongBuffer discoveryRequestId)
      XrResult xrStartColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStartInfoMETA const * info, XrAsyncRequestIdFB * discoveryRequestId)
    • nxrStopColocationDiscoveryMETA

      public static int nxrStopColocationDiscoveryMETA(XrSession session, long info, long requestId)
      XrResult xrStopColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStopInfoMETA const * info, XrAsyncRequestIdFB * requestId)
    • xrStopColocationDiscoveryMETA

      public static int xrStopColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStopInfoMETA info, LongBuffer requestId)
      XrResult xrStopColocationDiscoveryMETA(XrSession session, XrColocationDiscoveryStopInfoMETA const * info, XrAsyncRequestIdFB * requestId)
    • nxrStartColocationAdvertisementMETA

      public static int nxrStartColocationAdvertisementMETA(XrSession session, long info, long advertisementRequestId)
      XrResult xrStartColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStartInfoMETA const * info, XrAsyncRequestIdFB * advertisementRequestId)
    • xrStartColocationAdvertisementMETA

      public static int xrStartColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStartInfoMETA info, LongBuffer advertisementRequestId)
      XrResult xrStartColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStartInfoMETA const * info, XrAsyncRequestIdFB * advertisementRequestId)
    • nxrStopColocationAdvertisementMETA

      public static int nxrStopColocationAdvertisementMETA(XrSession session, long info, long requestId)
      XrResult xrStopColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStopInfoMETA const * info, XrAsyncRequestIdFB * requestId)
    • xrStopColocationAdvertisementMETA

      public static int xrStopColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStopInfoMETA info, LongBuffer requestId)
      XrResult xrStopColocationAdvertisementMETA(XrSession session, XrColocationAdvertisementStopInfoMETA const * info, XrAsyncRequestIdFB * requestId)