Class XrRect3DfFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrRect3DfFB extends Struct<XrRect3DfFB> implements NativeResource

 struct XrRect3DfFB {
     {@link XrOffset3DfFB XrOffset3DfFB} offset;
     {@link XrExtent3DfFB XrExtent3DfFB} extent;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int OFFSET
      The struct member offsets.
    • EXTENT

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

    • XrRect3DfFB

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