Class XrFrameSynthesisInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFrameSynthesisInfoEXT extends Struct<XrFrameSynthesisInfoEXT> implements NativeResource

 struct XrFrameSynthesisInfoEXT {
     XrStructureType type;
     void const * next;
     XrFrameSynthesisInfoFlagsEXT layerFlags;
     {@link XrSwapchainSubImage XrSwapchainSubImage} motionVectorSubImage;
     {@link XrVector4f XrVector4f} motionVectorScale;
     {@link XrVector4f XrVector4f} motionVectorOffset;
     {@link XrPosef XrPosef} appSpaceDeltaPose;
     {@link XrSwapchainSubImage XrSwapchainSubImage} depthSubImage;
     float minDepth;
     float maxDepth;
     float nearZ;
     float farZ;
 }
  • 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.
    • MOTIONVECTORSUBIMAGE

      public static final int MOTIONVECTORSUBIMAGE
      The struct member offsets.
    • MOTIONVECTORSCALE

      public static final int MOTIONVECTORSCALE
      The struct member offsets.
    • MOTIONVECTOROFFSET

      public static final int MOTIONVECTOROFFSET
      The struct member offsets.
    • APPSPACEDELTAPOSE

      public static final int APPSPACEDELTAPOSE
      The struct member offsets.
    • DEPTHSUBIMAGE

      public static final int DEPTHSUBIMAGE
      The struct member offsets.
    • MINDEPTH

      public static final int MINDEPTH
      The struct member offsets.
    • MAXDEPTH

      public static final int MAXDEPTH
      The struct member offsets.
    • NEARZ

      public static final int NEARZ
      The struct member offsets.
    • FARZ

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

    • XrFrameSynthesisInfoEXT

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