Class MSFTSceneUnderstandingSerialization

java.lang.Object
org.lwjgl.openxr.MSFTSceneUnderstandingSerialization

public class MSFTSceneUnderstandingSerialization extends Object
  • Field Details

    • XR_MSFT_scene_understanding_serialization_SPEC_VERSION

      public static final int XR_MSFT_scene_understanding_serialization_SPEC_VERSION
      See Also:
    • XR_MSFT_SCENE_UNDERSTANDING_SERIALIZATION_EXTENSION_NAME

      public static final String XR_MSFT_SCENE_UNDERSTANDING_SERIALIZATION_EXTENSION_NAME
      See Also:
    • XR_TYPE_SERIALIZED_SCENE_FRAGMENT_DATA_GET_INFO_MSFT

      public static final int XR_TYPE_SERIALIZED_SCENE_FRAGMENT_DATA_GET_INFO_MSFT
      See Also:
    • XR_TYPE_SCENE_DESERIALIZE_INFO_MSFT

      public static final int XR_TYPE_SCENE_DESERIALIZE_INFO_MSFT
      See Also:
    • XR_SCENE_COMPUTE_FEATURE_SERIALIZE_SCENE_MSFT

      public static final int XR_SCENE_COMPUTE_FEATURE_SERIALIZE_SCENE_MSFT
      See Also:
    • XR_SCENE_COMPONENT_TYPE_SERIALIZED_SCENE_FRAGMENT_MSFT

      public static final int XR_SCENE_COMPONENT_TYPE_SERIALIZED_SCENE_FRAGMENT_MSFT
      See Also:
  • Method Details

    • nxrDeserializeSceneMSFT

      public static int nxrDeserializeSceneMSFT(XrSceneObserverMSFT sceneObserver, long deserializeInfo)
      XrResult xrDeserializeSceneMSFT(XrSceneObserverMSFT sceneObserver, XrSceneDeserializeInfoMSFT const * deserializeInfo)
    • xrDeserializeSceneMSFT

      public static int xrDeserializeSceneMSFT(XrSceneObserverMSFT sceneObserver, XrSceneDeserializeInfoMSFT deserializeInfo)
      XrResult xrDeserializeSceneMSFT(XrSceneObserverMSFT sceneObserver, XrSceneDeserializeInfoMSFT const * deserializeInfo)
    • nxrGetSerializedSceneFragmentDataMSFT

      public static int nxrGetSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, long getInfo, int countInput, long readOutput, long buffer)
      XrResult xrGetSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT const * getInfo, uint32_t countInput, uint32_t * readOutput, uint8_t * buffer)
    • xrGetSerializedSceneFragmentDataMSFT

      public static int xrGetSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT getInfo, IntBuffer readOutput, @Nullable ByteBuffer buffer)
      XrResult xrGetSerializedSceneFragmentDataMSFT(XrSceneMSFT scene, XrSerializedSceneFragmentDataGetInfoMSFT const * getInfo, uint32_t countInput, uint32_t * readOutput, uint8_t * buffer)