Class METAEnvironmentDepth

java.lang.Object
org.lwjgl.openxr.METAEnvironmentDepth

public class METAEnvironmentDepth extends Object
  • Field Details

    • XR_META_environment_depth_SPEC_VERSION

      public static final int XR_META_environment_depth_SPEC_VERSION
      See Also:
    • XR_META_ENVIRONMENT_DEPTH_EXTENSION_NAME

      public static final String XR_META_ENVIRONMENT_DEPTH_EXTENSION_NAME
      See Also:
    • XR_OBJECT_TYPE_ENVIRONMENT_DEPTH_PROVIDER_META

      public static final int XR_OBJECT_TYPE_ENVIRONMENT_DEPTH_PROVIDER_META
      See Also:
    • XR_OBJECT_TYPE_ENVIRONMENT_DEPTH_SWAPCHAIN_META

      public static final int XR_OBJECT_TYPE_ENVIRONMENT_DEPTH_SWAPCHAIN_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_PROVIDER_CREATE_INFO_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_PROVIDER_CREATE_INFO_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_SWAPCHAIN_CREATE_INFO_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_SWAPCHAIN_CREATE_INFO_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_SWAPCHAIN_STATE_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_SWAPCHAIN_STATE_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_IMAGE_ACQUIRE_INFO_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_IMAGE_ACQUIRE_INFO_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_IMAGE_VIEW_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_IMAGE_VIEW_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_IMAGE_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_IMAGE_META
      See Also:
    • XR_TYPE_ENVIRONMENT_DEPTH_HAND_REMOVAL_SET_INFO_META

      public static final int XR_TYPE_ENVIRONMENT_DEPTH_HAND_REMOVAL_SET_INFO_META
      See Also:
    • XR_TYPE_SYSTEM_ENVIRONMENT_DEPTH_PROPERTIES_META

      public static final int XR_TYPE_SYSTEM_ENVIRONMENT_DEPTH_PROPERTIES_META
      See Also:
    • XR_ENVIRONMENT_DEPTH_NOT_AVAILABLE_META

      public static final int XR_ENVIRONMENT_DEPTH_NOT_AVAILABLE_META
      See Also:
  • Method Details

    • nxrCreateEnvironmentDepthProviderMETA

      public static int nxrCreateEnvironmentDepthProviderMETA(XrSession session, long createInfo, long environmentDepthProvider)
      XrResult xrCreateEnvironmentDepthProviderMETA(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA const * createInfo, XrEnvironmentDepthProviderMETA * environmentDepthProvider)
    • xrCreateEnvironmentDepthProviderMETA

      public static int xrCreateEnvironmentDepthProviderMETA(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA createInfo, PointerBuffer environmentDepthProvider)
      XrResult xrCreateEnvironmentDepthProviderMETA(XrSession session, XrEnvironmentDepthProviderCreateInfoMETA const * createInfo, XrEnvironmentDepthProviderMETA * environmentDepthProvider)
    • xrDestroyEnvironmentDepthProviderMETA

      public static int xrDestroyEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider)
      XrResult xrDestroyEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider)
    • xrStartEnvironmentDepthProviderMETA

      public static int xrStartEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider)
      XrResult xrStartEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider)
    • xrStopEnvironmentDepthProviderMETA

      public static int xrStopEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider)
      XrResult xrStopEnvironmentDepthProviderMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider)
    • nxrCreateEnvironmentDepthSwapchainMETA

      public static int nxrCreateEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, long createInfo, long swapchain)
      XrResult xrCreateEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA const * createInfo, XrEnvironmentDepthSwapchainMETA * swapchain)
    • xrCreateEnvironmentDepthSwapchainMETA

      public static int xrCreateEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA createInfo, PointerBuffer swapchain)
      XrResult xrCreateEnvironmentDepthSwapchainMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthSwapchainCreateInfoMETA const * createInfo, XrEnvironmentDepthSwapchainMETA * swapchain)
    • xrDestroyEnvironmentDepthSwapchainMETA

      public static int xrDestroyEnvironmentDepthSwapchainMETA(XrEnvironmentDepthSwapchainMETA swapchain)
      XrResult xrDestroyEnvironmentDepthSwapchainMETA(XrEnvironmentDepthSwapchainMETA swapchain)
    • nxrEnumerateEnvironmentDepthSwapchainImagesMETA

      public static int nxrEnumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, int imageCapacityInput, long imageCountOutput, long images)
      XrResult xrEnumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, uint32_t imageCapacityInput, uint32_t * imageCountOutput, XrSwapchainImageBaseHeader * images)
    • xrEnumerateEnvironmentDepthSwapchainImagesMETA

      public static int xrEnumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, IntBuffer imageCountOutput, @Nullable XrSwapchainImageBaseHeader.Buffer images)
      XrResult xrEnumerateEnvironmentDepthSwapchainImagesMETA(XrEnvironmentDepthSwapchainMETA swapchain, uint32_t imageCapacityInput, uint32_t * imageCountOutput, XrSwapchainImageBaseHeader * images)
    • nxrGetEnvironmentDepthSwapchainStateMETA

      public static int nxrGetEnvironmentDepthSwapchainStateMETA(XrEnvironmentDepthSwapchainMETA swapchain, long state)
      XrResult xrGetEnvironmentDepthSwapchainStateMETA(XrEnvironmentDepthSwapchainMETA swapchain, XrEnvironmentDepthSwapchainStateMETA * state)
    • xrGetEnvironmentDepthSwapchainStateMETA

      public static int xrGetEnvironmentDepthSwapchainStateMETA(XrEnvironmentDepthSwapchainMETA swapchain, XrEnvironmentDepthSwapchainStateMETA state)
      XrResult xrGetEnvironmentDepthSwapchainStateMETA(XrEnvironmentDepthSwapchainMETA swapchain, XrEnvironmentDepthSwapchainStateMETA * state)
    • nxrAcquireEnvironmentDepthImageMETA

      public static int nxrAcquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, long acquireInfo, long environmentDepthImage)
      XrResult xrAcquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA const * acquireInfo, XrEnvironmentDepthImageMETA * environmentDepthImage)
    • xrAcquireEnvironmentDepthImageMETA

      public static int xrAcquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA acquireInfo, XrEnvironmentDepthImageMETA environmentDepthImage)
      XrResult xrAcquireEnvironmentDepthImageMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthImageAcquireInfoMETA const * acquireInfo, XrEnvironmentDepthImageMETA * environmentDepthImage)
    • nxrSetEnvironmentDepthHandRemovalMETA

      public static int nxrSetEnvironmentDepthHandRemovalMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, long setInfo)
      XrResult xrSetEnvironmentDepthHandRemovalMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA const * setInfo)
    • xrSetEnvironmentDepthHandRemovalMETA

      public static int xrSetEnvironmentDepthHandRemovalMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA setInfo)
      XrResult xrSetEnvironmentDepthHandRemovalMETA(XrEnvironmentDepthProviderMETA environmentDepthProvider, XrEnvironmentDepthHandRemovalSetInfoMETA const * setInfo)