Class XrSceneBoundsMSFT

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

public class XrSceneBoundsMSFT extends org.lwjgl.system.Struct<XrSceneBoundsMSFT> implements org.lwjgl.system.NativeResource
The scene bounds.
Valid Usage (Implicit)
See Also

XrNewSceneComputeInfoMSFT, XrSceneFrustumBoundMSFT, XrSceneOrientedBoxBoundMSFT, XrSceneSphereBoundMSFT, ComputeNewSceneMSFT

Layout


 struct XrSceneBoundsMSFT {
     XrSpace space();
     XrTime time();
     uint32_t sphereCount();
     XrSceneSphereBoundMSFT const * spheres();
     uint32_t boxCount();
     XrSceneOrientedBoxBoundMSFT const * boxes();
     uint32_t frustumCount();
     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