Class XrEventDataSceneCaptureCompleteFB

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

public class XrEventDataSceneCaptureCompleteFB extends org.lwjgl.system.Struct<XrEventDataSceneCaptureCompleteFB> implements org.lwjgl.system.NativeResource
Event which occurs after a scene capture operation completes.
Description

The XrEventDataSceneCaptureCompleteFB structure is used by an application to instruct the system what to look for during a scene capture.

Valid Usage (Implicit)

Layout


 struct XrEventDataSceneCaptureCompleteFB {
     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

    • XrEventDataSceneCaptureCompleteFB

      public XrEventDataSceneCaptureCompleteFB(ByteBuffer container)
      Creates a XrEventDataSceneCaptureCompleteFB 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