Class XrNewSceneComputeInfoMSFT

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

public class XrNewSceneComputeInfoMSFT extends org.lwjgl.system.Struct<XrNewSceneComputeInfoMSFT> implements org.lwjgl.system.NativeResource
The information to compute a new scene.
Valid Usage (Implicit)
See Also

XrSceneBoundsMSFT, ComputeNewSceneMSFT

Layout


 struct XrNewSceneComputeInfoMSFT {
     XrStructureType type();
     void const * next();
     uint32_t requestedFeatureCount();
     XrSceneComputeFeatureMSFT const * requestedFeatures();
     XrSceneComputeConsistencyMSFT consistency();
     XrSceneBoundsMSFT bounds();
 }
  • 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.
    • REQUESTEDFEATURECOUNT

      public static final int REQUESTEDFEATURECOUNT
      The struct member offsets.
    • REQUESTEDFEATURES

      public static final int REQUESTEDFEATURES
      The struct member offsets.
    • CONSISTENCY

      public static final int CONSISTENCY
      The struct member offsets.
    • BOUNDS

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

    • XrNewSceneComputeInfoMSFT

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