Class XrCompositionLayerEquirect2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerEquirect2KHR extends Struct<XrCompositionLayerEquirect2KHR> implements NativeResource

 struct XrCompositionLayerEquirect2KHR {
     XrStructureType type;
     void const * next;
     XrCompositionLayerFlags layerFlags;
     XrSpace space;
     XrEyeVisibility eyeVisibility;
     {@link XrSwapchainSubImage XrSwapchainSubImage} subImage;
     {@link XrPosef XrPosef} pose;
     float radius;
     float centralHorizontalAngle;
     float upperVerticalAngle;
     float lowerVerticalAngle;
 }
  • 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.
    • SUBIMAGE

      public static final int SUBIMAGE
      The struct member offsets.
    • POSE

      public static final int POSE
      The struct member offsets.
    • RADIUS

      public static final int RADIUS
      The struct member offsets.
    • CENTRALHORIZONTALANGLE

      public static final int CENTRALHORIZONTALANGLE
      The struct member offsets.
    • UPPERVERTICALANGLE

      public static final int UPPERVERTICALANGLE
      The struct member offsets.
    • LOWERVERTICALANGLE

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

    • XrCompositionLayerEquirect2KHR

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