Class XrCompositionLayerCubeKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerCubeKHR extends Struct<XrCompositionLayerCubeKHR> implements NativeResource

 struct XrCompositionLayerCubeKHR {
     XrStructureType type;
     void const * next;
     XrCompositionLayerFlags layerFlags;
     XrSpace space;
     XrEyeVisibility eyeVisibility;
     XrSwapchain swapchain;
     uint32_t imageArrayIndex;
     {@link XrQuaternionf XrQuaternionf} orientation;
 }
  • 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.
    • LAYERFLAGS

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

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

      public static final int EYEVISIBILITY
      The struct member offsets.
    • SWAPCHAIN

      public static final int SWAPCHAIN
      The struct member offsets.
    • IMAGEARRAYINDEX

      public static final int IMAGEARRAYINDEX
      The struct member offsets.
    • ORIENTATION

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

    • XrCompositionLayerCubeKHR

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