Class XrEventDataSpaceShareCompleteFB

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

public class XrEventDataSpaceShareCompleteFB extends org.lwjgl.system.Struct<XrEventDataSpaceShareCompleteFB> implements org.lwjgl.system.NativeResource
Completion of request to share one or more spatial entities.
Description

It indicates that the request to share one or more spatial entities has completed. The application can use result to check if the request was successful or if an error occurred.

Result Codes
On success, the value of this parameter is
On failure, the value of this parameter is
Valid Usage (Implicit)

Layout


 struct XrEventDataSpaceShareCompleteFB {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB requestId();
     XrResult result();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • REQUESTID

      public static final int REQUESTID
      The struct member offsets.
    • RESULT

      public static final int RESULT
      The struct member offsets.
  • Constructor Details

    • XrEventDataSpaceShareCompleteFB

      public XrEventDataSpaceShareCompleteFB(ByteBuffer container)
      Creates a XrEventDataSpaceShareCompleteFB instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details