Class VkAntiLagPresentationInfoAMD

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

public class VkAntiLagPresentationInfoAMD extends org.lwjgl.system.Struct<VkAntiLagPresentationInfoAMD> implements org.lwjgl.system.NativeResource
Structure specifying information about stage.
Description

This structure specifies information about the presentation stage for which anti-lag parameters are being set.

Valid Usage (Implicit)
See Also

VkAntiLagDataAMD

Layout


 struct VkAntiLagPresentationInfoAMD {
     VkStructureType sType();
     void * pNext();
     VkAntiLagStageAMD stage();
     uint64_t frameIndex();
 }
  • Field Details

    • SIZEOF

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

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

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • STAGE

      public static final int STAGE
      The struct member offsets.
    • FRAMEINDEX

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

    • VkAntiLagPresentationInfoAMD

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