Class XrHandMeshIndexBufferMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandMeshIndexBufferMSFT extends Struct<XrHandMeshIndexBufferMSFT> implements NativeResource

 struct XrHandMeshIndexBufferMSFT {
     uint32_t indexBufferKey;
     uint32_t indexCapacityInput;
     uint32_t indexCountOutput;
     uint32_t * indices;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int INDEXBUFFERKEY
      The struct member offsets.
    • INDEXCAPACITYINPUT

      public static final int INDEXCAPACITYINPUT
      The struct member offsets.
    • INDEXCOUNTOUTPUT

      public static final int INDEXCOUNTOUTPUT
      The struct member offsets.
    • INDICES

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

    • XrHandMeshIndexBufferMSFT

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