Class XrCompositionLayerCubeKHR

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrCompositionLayerCubeKHR>
org.lwjgl.openxr.XrCompositionLayerCubeKHR
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrCompositionLayerCubeKHR extends org.lwjgl.system.Struct<XrCompositionLayerCubeKHR> implements org.lwjgl.system.NativeResource
Cube map layer composition info.
Description

XrCompositionLayerCubeKHR contains the information needed to render a cube map when calling EndFrame. XrCompositionLayerCubeKHR is an alias type for the base struct XrCompositionLayerBaseHeader used in XrFrameEndInfo.

Valid Usage (Implicit)
See Also

XrCompositionLayerBaseHeader, XrFrameEndInfo, XrQuaternionf, EndFrame

Layout


 struct XrCompositionLayerCubeKHR {
     XrStructureType type();
     void const * next();
     XrCompositionLayerFlags layerFlags();
     XrSpace space();
     XrEyeVisibility eyeVisibility();
     XrSwapchain swapchain();
     uint32_t imageArrayIndex();
     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