Class XrSceneBoundsMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSceneBoundsMSFT extends Struct<XrSceneBoundsMSFT> implements NativeResource

 struct XrSceneBoundsMSFT {
     XrSpace space;
     XrTime time;
     uint32_t sphereCount;
     {@link XrSceneSphereBoundMSFT XrSceneSphereBoundMSFT} const * spheres;
     uint32_t boxCount;
     {@link XrSceneOrientedBoxBoundMSFT XrSceneOrientedBoxBoundMSFT} const * boxes;
     uint32_t frustumCount;
     {@link XrSceneFrustumBoundMSFT XrSceneFrustumBoundMSFT} const * frustums;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int SPACE
      The struct member offsets.
    • TIME

      public static final int TIME
      The struct member offsets.
    • SPHERECOUNT

      public static final int SPHERECOUNT
      The struct member offsets.
    • SPHERES

      public static final int SPHERES
      The struct member offsets.
    • BOXCOUNT

      public static final int BOXCOUNT
      The struct member offsets.
    • BOXES

      public static final int BOXES
      The struct member offsets.
    • FRUSTUMCOUNT

      public static final int FRUSTUMCOUNT
      The struct member offsets.
    • FRUSTUMS

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

    • XrSceneBoundsMSFT

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