Class XrTriangleMeshCreateInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrTriangleMeshCreateInfoFB extends Struct<XrTriangleMeshCreateInfoFB> implements NativeResource

 struct XrTriangleMeshCreateInfoFB {
     XrStructureType type;
     void const * next;
     XrTriangleMeshFlagsFB flags;
     XrWindingOrderFB windingOrder;
     uint32_t vertexCount;
     {@link XrVector3f XrVector3f} const * vertexBuffer;
     uint32_t triangleCount;
     uint32_t const * indexBuffer;
 }
  • 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.
    • FLAGS

      public static final int FLAGS
      The struct member offsets.
    • WINDINGORDER

      public static final int WINDINGORDER
      The struct member offsets.
    • VERTEXCOUNT

      public static final int VERTEXCOUNT
      The struct member offsets.
    • VERTEXBUFFER

      public static final int VERTEXBUFFER
      The struct member offsets.
    • TRIANGLECOUNT

      public static final int TRIANGLECOUNT
      The struct member offsets.
    • INDEXBUFFER

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

    • XrTriangleMeshCreateInfoFB

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